diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-04-26 11:32:59 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-04-26 11:32:59 +0100 |
| commit | 053c5665c57e003e9669b7e5904ac4a9b636481a (patch) | |
| tree | 88a8831c7d1e1ff012f8130ae31ec75c069c0c5d /src | |
| parent | 2269609894a2635691483f211317f0a2b7dcc713 (diff) | |
| download | rabbitmq-server-git-053c5665c57e003e9669b7e5904ac4a9b636481a.tar.gz | |
bump the mirror_supervisor_tests wait time to reduce ci failure rate
Diffstat (limited to 'src')
| -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 e8baabe8ff..fe56b530ab 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, 1000, 100). +call(Id, Msg) -> call(Id, Msg, 10000, 100). call(Id, Msg, 0, _Decr) -> exit({timeout_waiting_for_server, {Id, Msg}, erlang:get_stacktrace()}); |
