Test hex('x...').
[p5sagit/p5-mst-13.2.git] / t / op / sleep.t
index 07cdb82..5f6c4c0 100755 (executable)
@@ -4,5 +4,5 @@
 
 print "1..1\n";
 
-$x = sleep 2;
+$x = sleep 3;
 if ($x >= 2 && $x <= 10) {print "ok 1\n";} else {print "not ok 1 $x\n";}