summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/clustering_management_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clustering_management_SUITE.erl b/test/clustering_management_SUITE.erl
index 7441ef345b..90bb75636e 100644
--- a/test/clustering_management_SUITE.erl
+++ b/test/clustering_management_SUITE.erl
@@ -67,7 +67,7 @@ groups() ->
suite() ->
[
%% If a test hangs, no need to wait for 30 minutes.
- {timetrap, {minutes, 5}}
+ {timetrap, {minutes, 15}}
].
%% -------------------------------------------------------------------