summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))