summaryrefslogtreecommitdiff
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
commit84da16816bd189a730398e05706f7b89f8c6f544 (patch)
tree02e2972574e23a703326287d595050f374b2ca6a
parentb60a1362ea4739a4f0fc271ad7a29a2db18e9aee (diff)
downloadrabbitmq-server-84da16816bd189a730398e05706f7b89f8c6f544.tar.gz
revert test timings back to exactly what's on default
-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 955c44e6..6a56e64a 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.