about summary refs log tree commit homepage
path: root/t/t0004-heartbeat-timeout.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0004-heartbeat-timeout.sh')
-rwxr-xr-xt/t0004-heartbeat-timeout.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t0004-heartbeat-timeout.sh b/t/t0004-heartbeat-timeout.sh
index 64ad207..578f619 100755
--- a/t/t0004-heartbeat-timeout.sh
+++ b/t/t0004-heartbeat-timeout.sh
@@ -31,8 +31,8 @@ t_begin "block the worker process to force it to die" && {
         test x"$err" != x"$worker_pid"
 }
 
-t_begin "ensure timeout took 2-6 seconds" && {
-        test $elapsed -ge 2
+t_begin "ensure timeout took 3-6 seconds" && {
+        test $elapsed -ge 3
         test $elapsed -le 6 # give it some slack in case box is bogged down
 }