Skip to content

Commit e4aa84f

Browse files
committed
feature_flags_SUITE: Increase a timer:sleep/1 to help with timing issues
(cherry picked from commit 0f66ead)
1 parent 74dbdaf commit e4aa84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/feature_flags_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ enable_feature_flag_with_a_network_partition(Config) ->
527527

528528
%% Repair the network and try again to enable the feature flag.
529529
unblock(NodePairs),
530-
timer:sleep(1000),
530+
timer:sleep(10000),
531531
[?assertEqual(ok, rabbit_ct_broker_helpers:stop_node(Config, N))
532532
|| N <- [A, C, D]],
533533
[?assertEqual(ok, rabbit_ct_broker_helpers:start_node(Config, N))

0 commit comments

Comments
 (0)