summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-10-26 11:12:39 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-10-26 11:12:39 +0100
commit8e9eeb3a9d80e6f3bcb6937346f7275cf652c512 (patch)
tree87207ecf0e8d71984ad69e6cc2994d53fcc52f9e
parent79be73d57f8cebf8d0e4f29ae7b3ac2165445404 (diff)
downloadrabbitmq-server-8e9eeb3a9d80e6f3bcb6937346f7275cf652c512.tar.gz
This is still failing occasionally in CI, I must have tuned the value for my workstation...
-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 5e782a08..0900f56f 100644
--- a/src/mirrored_supervisor_tests.erl
+++ b/src/mirrored_supervisor_tests.erl
@@ -202,7 +202,7 @@ with_sups(Fun, Sups) ->
Pids = [begin {ok, Pid} = start_sup(Sup), Pid end || Sup <- Sups],
Fun(Pids),
[kill(Pid) || Pid <- Pids, is_process_alive(Pid)],
- timer:sleep(100),
+ timer:sleep(500),
passed.
start_sup(Spec) ->