summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2013-02-20 14:27:17 +0000
committerTim Watson <tim@rabbitmq.com>2013-02-20 14:27:17 +0000
commit64ec9e47eaede81267966ef7b4c4ae086d5884bd (patch)
tree02e2972574e23a703326287d595050f374b2ca6a /src
parent3d30fad7656b6a7bd2576ed7b87a9116f63f2816 (diff)
downloadrabbitmq-server-git-64ec9e47eaede81267966ef7b4c4ae086d5884bd.tar.gz
revert test timings back to exactly what's on default
Diffstat (limited to 'src')
-rw-r--r--src/test_sup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_sup.erl b/src/test_sup.erl
index 955c44e6d7..6a56e64af5 100644
--- a/src/test_sup.erl
+++ b/src/test_sup.erl
@@ -50,7 +50,7 @@ test_supervisor_delayed_restart(SupPid) ->
ok = exit_child(SupPid),
timer:sleep(100),
timeout = ping_child(SupPid),
- timer:sleep(1000),
+ timer:sleep(1010),
ok = ping_child(SupPid),
passed.