about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-04 23:59:04 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-04 23:59:04 -0800
commiteb0b56d71731d2dbcfe4022b202677b9173ef81d (patch)
treeed1b551125f4c2ddb63af92f5142b74d3556902e
parent8f65503d27f9935ac09d8a7a8543f9a57b5de63b (diff)
downloadrainbows-eb0b56d71731d2dbcfe4022b202677b9173ef81d.tar.gz
We've worked around trigger happy timeouts in the
master since we track the timeout at a lower resolution
here.
-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
 }