diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2017-03-08 12:42:19 +0100 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2017-03-22 23:38:01 +0300 |
| commit | b006d702943239e5c36e5d57070f28d0c30c97ea (patch) | |
| tree | 2dd656f56135bf549aab04d1d03966571d437857 | |
| parent | 26c52a197e07425280db06a6e7b3f92b98874a69 (diff) | |
| download | rabbitmq-server-git-b006d702943239e5c36e5d57070f28d0c30c97ea.tar.gz | |
partitions_SUITE: Decrease timetrap to 5 minutes
... instead of the default of 30 minutes.
While here, update the copyright year to 2017.
Signed-off: Gerhard Lazy <gerhard@rabbitmq.com>
| -rw-r--r-- | test/partitions_SUITE.erl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/partitions_SUITE.erl b/test/partitions_SUITE.erl index e00c015d02..1c880bd4ad 100644 --- a/test/partitions_SUITE.erl +++ b/test/partitions_SUITE.erl @@ -11,7 +11,7 @@ %% The Original Code is RabbitMQ. %% %% The Initial Developer of the Original Code is GoPivotal, Inc. -%% Copyright (c) 2011-2016 Pivotal Software, Inc. All rights reserved. +%% Copyright (c) 2011-2017 Pivotal Software, Inc. All rights reserved. %% -module(partitions_SUITE). @@ -33,6 +33,9 @@ %% It's a lot, but still better than timetrap_timeout -define(AWAIT_TIMEOUT, 300000). +suite() -> + [{timetrap, 5 * 60000}]. + all() -> [ {group, net_ticktime_1}, |
