Skip to content

Commit df9f61d

Browse files
HoloRinmichaelklishin
authored andcommitted
Increase timeout in dynamic_ha:nodes_policy_should_pick_master_from_its_params
This test still flakes occassionally even with the dynamic wait. The original five second timeout might have been a bit short, as this test takes around 70-90 seconds when successful, so I'm bumping the timeout to 10s to see if it helps. (cherry picked from commit cd2fee1) (cherry picked from commit 3011080)
1 parent f78cb3d commit df9f61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dynamic_ha_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ nodes_policy_should_pick_master_from_its_params(Config) ->
382382
SSPids = ?awaitMatch(SSPids when is_list(SSPids),
383383
proplists:get_value(synchronised_slave_pids,
384384
find_queue(?QNAME, A)),
385-
5000),
385+
10000),
386386

387387
%% Choose slave that isn't the first sync slave. Cover a bug that always
388388
%% chose the first, even if it was not part of the policy

0 commit comments

Comments
 (0)