summaryrefslogtreecommitdiff
path: root/src
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
commit428ea7c88dc5a2cfe0a4efa544ea86c4b8fac42f (patch)
tree87207ecf0e8d71984ad69e6cc2994d53fcc52f9e /src
parent49b257a4b21c66d9eed7b0a120b0dcd26d4a2712 (diff)
downloadrabbitmq-server-git-428ea7c88dc5a2cfe0a4efa544ea86c4b8fac42f.tar.gz
This is still failing occasionally in CI, I must have tuned the value for my workstation...
Diffstat (limited to 'src')
-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 5e782a08d3..0900f56fd8 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) ->