diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-04-29 22:08:11 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-04-29 22:08:11 +0100 |
| commit | 11c085954b5bce412acd320670360aa4f598d1bf (patch) | |
| tree | 5f39f0c805fecf42870c784a8b2e0846ae584686 | |
| parent | 15b4db21b388a61c9dcfc089c094450031c5e817 (diff) | |
| download | rabbitmq-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.erl | 2 |
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 |
