about summary refs log tree commit homepage
path: root/test/exec/test_exec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/exec/test_exec.rb')
-rw-r--r--test/exec/test_exec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/exec/test_exec.rb b/test/exec/test_exec.rb
index 49762c0..fc0719b 100644
--- a/test/exec/test_exec.rb
+++ b/test/exec/test_exec.rb
@@ -910,11 +910,11 @@ EOF
         bodies[pid] += 1
       }
     }
-    sleep 1 # racy
+    sleep 5 # racy
     daemon_pid = File.read(pid_file.path).to_i
     assert daemon_pid > 0
     Process.kill(:HUP, daemon_pid)
-    sleep 1 # racy
+    sleep 5 # racy
     assert_nothing_raised { Process.kill(:TERM, hitter) }
     _, hitter_status = Process.waitpid2(hitter)
     assert hitter_status.success?