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
commit11c085954b5bce412acd320670360aa4f598d1bf (patch)
tree5f39f0c805fecf42870c784a8b2e0846ae584686
parent15b4db21b388a61c9dcfc089c094450031c5e817 (diff)
downloadrabbitmq-server-git-11c085954b5bce412acd320670360aa4f598d1bf.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 c09c2e4ef6..776abb78d1 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