summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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.