diff options
Diffstat (limited to 'test')
| -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}, |
