diff options
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 |
