Skip to content

Commit dff1c93

Browse files
committed
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 <[email protected]>
1 parent 72e025c commit dff1c93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/partitions_SUITE.erl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%% The Original Code is RabbitMQ.
1212
%%
1313
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14-
%% Copyright (c) 2011-2016 Pivotal Software, Inc. All rights reserved.
14+
%% Copyright (c) 2011-2017 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

1717
-module(partitions_SUITE).
@@ -33,6 +33,9 @@
3333
%% It's a lot, but still better than timetrap_timeout
3434
-define(AWAIT_TIMEOUT, 300000).
3535

36+
suite() ->
37+
[{timetrap, 5 * 60000}].
38+
3639
all() ->
3740
[
3841
{group, net_ticktime_1},

0 commit comments

Comments
 (0)