diff options
| author | Tim Watson <tim.watson@gmail.com> | 2012-05-14 13:41:27 +0100 |
|---|---|---|
| committer | Tim Watson <tim.watson@gmail.com> | 2012-05-14 13:41:27 +0100 |
| commit | d860d66501327b8a5db75a02d7978f33f64bd447 (patch) | |
| tree | 7e1a77e4e75052911e57e7abd6c9d7df6a97fd21 | |
| parent | bf183d39cf4d30bdfe438210139c0fc44144c08c (diff) | |
| download | rabbitmq-server-git-d860d66501327b8a5db75a02d7978f33f64bd447.tar.gz | |
merge e1311dd42eba into bug24362
| -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 2e4417e975..47a101be8a 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 |
