summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2019-09-16 10:59:44 +0200
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2019-09-16 11:00:59 +0200
commit0f66eadeb6632c704fa2d5a9082c6dca6819e549 (patch)
tree87c3e5de5bbe2681d9560fc7ee8c91893ee55d35 /test
parent2baea46d1521108fac8743bac375423aa7916d0c (diff)
downloadrabbitmq-server-git-0f66eadeb6632c704fa2d5a9082c6dca6819e549.tar.gz
feature_flags_SUITE: Increase a timer:sleep/1 to help with timing issues
Diffstat (limited to 'test')
-rw-r--r--test/feature_flags_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/feature_flags_SUITE.erl b/test/feature_flags_SUITE.erl
index 9a7db0b276..1c14510980 100644
--- a/test/feature_flags_SUITE.erl
+++ b/test/feature_flags_SUITE.erl
@@ -529,7 +529,7 @@ enable_feature_flag_with_a_network_partition(Config) ->
%% Repair the network and try again to enable the feature flag.
unblock(NodePairs),
- timer:sleep(1000),
+ timer:sleep(10000),
[?assertEqual(ok, rabbit_ct_broker_helpers:stop_node(Config, N))
|| N <- [A, C, D]],
[?assertEqual(ok, rabbit_ct_broker_helpers:start_node(Config, N))