diff options
| author | Philip Kuryloski <kuryloskip@vmware.com> | 2020-07-06 11:22:36 +0200 |
|---|---|---|
| committer | Philip Kuryloski <kuryloskip@vmware.com> | 2020-07-06 11:22:36 +0200 |
| commit | cd2fee1a50fc4d2dd291fb82333f94a5d1c4c0ce (patch) | |
| tree | 7412e5190af83d16ffd905b0a8a67b71976bd35b /test | |
| parent | 1550fa45263871cff7c831023c48952ae7a449be (diff) | |
| download | rabbitmq-server-git-cd2fee1a50fc4d2dd291fb82333f94a5d1c4c0ce.tar.gz | |
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.
Diffstat (limited to 'test')
| -rw-r--r-- | test/dynamic_ha_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dynamic_ha_SUITE.erl b/test/dynamic_ha_SUITE.erl index 0e0ac3fdfe..cadf807656 100644 --- a/test/dynamic_ha_SUITE.erl +++ b/test/dynamic_ha_SUITE.erl @@ -440,7 +440,7 @@ nodes_policy_should_pick_master_from_its_params(Config) -> SSPids = ?awaitMatch(SSPids when is_list(SSPids), proplists:get_value(synchronised_slave_pids, find_queue(?QNAME, A)), - 5000), + 10000), %% Choose mirror that isn't the first sync mirror. Cover a bug that always %% chose the first, even if it was not part of the policy |
