diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2017-07-05 18:33:18 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2017-07-05 18:33:18 +0300 |
| commit | 1d3c3c43de2cd1973f8f079d781c0e5361ba6f65 (patch) | |
| tree | c23ec0085e9060ec6b9a6e1a9e0cb15832526b2c | |
| parent | b269f760662f264dcb482b58c832b93d4ae31a2c (diff) | |
| parent | a82b85e7dfefd07e22f3185df89aa26b85031edc (diff) | |
| download | rabbitmq-server-git-1d3c3c43de2cd1973f8f079d781c0e5361ba6f65.tar.gz | |
Merge branch 'master' into rabbitmq-server-1280
| -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 -> |
