summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-04-29 22:08:11 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2012-04-29 22:08:11 +0100
commit1d4756593dbb9a9bccdd95a3b27a28b902708581 (patch)
tree5f39f0c805fecf42870c784a8b2e0846ae584686
parent1d81e006b3a0d2c4287b47993f136f038f61d74d (diff)
downloadrabbitmq-server-1d4756593dbb9a9bccdd95a3b27a28b902708581.tar.gz
another attempt to track down the mirrored_supervisor_tests CI failure
waiting forever is all very well...except when we *expect* a failure
-rw-r--r--src/mirrored_supervisor_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mirrored_supervisor_tests.erl b/src/mirrored_supervisor_tests.erl
index c09c2e4e..776abb78 100644
--- a/src/mirrored_supervisor_tests.erl
+++ b/src/mirrored_supervisor_tests.erl
@@ -157,7 +157,7 @@ test_no_migration_on_shutdown() ->
with_sups(fun([Evil, _]) ->
?MS:start_child(Evil, childspec(worker)),
try
- call(worker, ping),
+ call(worker, ping, 10000, 100),
exit(worker_should_not_have_migrated)
catch exit:{timeout_waiting_for_server, _, _} ->
ok