diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2017-07-07 16:08:09 -0700 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2017-07-07 16:08:09 -0700 |
| commit | caac1a65deb143a8750821174bfbb8a66a45d7c7 (patch) | |
| tree | 871bd7919bdde79df258b2589861c30c273f2e55 /test | |
| parent | b5e0206c7ba8cac637088e30427cfaecd520ca35 (diff) | |
| parent | 99b3b0a290dc32c29887ea6b7ed880ce68bfd4e4 (diff) | |
| download | rabbitmq-server-git-caac1a65deb143a8750821174bfbb8a66a45d7c7.tar.gz | |
Merge branch 'master' into rabbitmq-management-421
Diffstat (limited to 'test')
| -rw-r--r-- | test/sync_detection_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sync_detection_SUITE.erl b/test/sync_detection_SUITE.erl index f62cb846da..c606e050dd 100644 --- a/test/sync_detection_SUITE.erl +++ b/test/sync_detection_SUITE.erl @@ -213,7 +213,7 @@ slave_pids(Node, Queue) -> %% The mnesia synchronization takes a while, but we don't want to wait for the %% test to fail, since the timetrap is quite high. wait_for_sync_status(Status, Node, Queue) -> - Max = 10000 / ?LOOP_RECURSION_DELAY, + Max = 30000 / ?LOOP_RECURSION_DELAY, wait_for_sync_status(0, Max, Status, Node, Queue). wait_for_sync_status(N, Max, Status, Node, Queue) when N >= Max -> |
