We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e025c commit dff1c93Copy full SHA for dff1c93
test/partitions_SUITE.erl
@@ -11,7 +11,7 @@
11
%% The Original Code is RabbitMQ.
12
%%
13
%% The Initial Developer of the Original Code is GoPivotal, Inc.
14
-%% Copyright (c) 2011-2016 Pivotal Software, Inc. All rights reserved.
+%% Copyright (c) 2011-2017 Pivotal Software, Inc. All rights reserved.
15
16
17
-module(partitions_SUITE).
@@ -33,6 +33,9 @@
33
%% It's a lot, but still better than timetrap_timeout
34
-define(AWAIT_TIMEOUT, 300000).
35
36
+suite() ->
37
+ [{timetrap, 5 * 60000}].
38
+
39
all() ->
40
[
41
{group, net_ticktime_1},
0 commit comments