add a watchdog for schwern's time overflow tests.
Jesse Vincent [Wed, 3 Feb 2010 15:23:58 +0000 (07:23 -0800)]
t/op/time.t

index baff462..5515634 100644 (file)
@@ -8,6 +8,12 @@ BEGIN {
 
 plan tests => 56;
 
+# These tests make sure, among other things, that we don't end up
+# burning tons of CPU for dates far in the future.
+# watchdog() makes sure that the test script eventually exits if
+# the tests are triggering the failing behavior
+watchdog(15);
+
 ($beguser,$begsys) = times;
 
 $beg = time;