summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2017-03-08 12:42:19 +0100
committerMichael Klishin <michael@clojurewerkz.org>2017-03-22 23:38:01 +0300
commitb006d702943239e5c36e5d57070f28d0c30c97ea (patch)
tree2dd656f56135bf549aab04d1d03966571d437857
parent26c52a197e07425280db06a6e7b3f92b98874a69 (diff)
downloadrabbitmq-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.erl5
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},