diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2017-03-08 12:42:19 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2017-03-08 12:43:16 +0100 |
| commit | dff1c93e3e45fef6c74cbeaf597bf7e981fb53f8 (patch) | |
| tree | 0652c534e9db9af351804ca064f02c7f045f8238 | |
| parent | 72e025caeb2e08164fdd18072bf7519689484fa1 (diff) | |
| download | rabbitmq-server-git-dff1c93e3e45fef6c74cbeaf597bf7e981fb53f8.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}, |
