diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-04-27 14:13:11 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-04-27 14:13:11 +0100 |
| commit | 1cff0800f50874fafd180d3bc39c8f956f4e6537 (patch) | |
| tree | 609b4e506bd6504c11f5ce87b7d37ebf70a88bb8 | |
| parent | bbdf65092a9cb418101f68e44b09eb9c3496911b (diff) | |
| parent | 1376aa6062d68e3a6790bd4d81aad5e8e6b4a35f (diff) | |
| download | rabbitmq-server-git-1cff0800f50874fafd180d3bc39c8f956f4e6537.tar.gz | |
Merge bug24911rabbitmq_v2_8_2
| -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 fe56b530ab..4b5873a9fa 100644 --- a/src/mirrored_supervisor_tests.erl +++ b/src/mirrored_supervisor_tests.erl @@ -268,7 +268,7 @@ inc_group() -> get_group(Group) -> {Group, get(counter)}. -call(Id, Msg) -> call(Id, Msg, 10000, 100). +call(Id, Msg) -> call(Id, Msg, 60000, 100). call(Id, Msg, 0, _Decr) -> exit({timeout_waiting_for_server, {Id, Msg}, erlang:get_stacktrace()}); |
