diff options
| author | Daniil Fedotov <dfedotov@pivotal.io> | 2016-12-09 12:00:05 +0000 |
|---|---|---|
| committer | Daniil Fedotov <dfedotov@pivotal.io> | 2016-12-09 12:00:05 +0000 |
| commit | bd67bc3669ce588c05be8999dbd86e54c7ee8a7d (patch) | |
| tree | 1b648c377a73fdd283ad6e555cec9ae1fcde183a | |
| parent | 31f368a4c20809d9392fbff18f58656acc693dc7 (diff) | |
| download | rabbitmq-server-git-bd67bc3669ce588c05be8999dbd86e54c7ee8a7d.tar.gz | |
Double timetrap timeout for partition test to make CI happy
| -rw-r--r-- | test/partitions_SUITE.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/partitions_SUITE.erl b/test/partitions_SUITE.erl index e00c015d02..3f0ec419c2 100644 --- a/test/partitions_SUITE.erl +++ b/test/partitions_SUITE.erl @@ -33,6 +33,9 @@ %% It's a lot, but still better than timetrap_timeout -define(AWAIT_TIMEOUT, 300000). +suite() -> + [{timetrap, {minutes, 60}}]. + all() -> [ {group, net_ticktime_1}, |
