remove spurious newSTATEOP() that causes goto to enter one too many
[p5sagit/p5-mst-13.2.git] / t / TEST
diff --git a/t/TEST b/t/TEST
index 25b8a39..69cf0c6 100755 (executable)
--- a/t/TEST
+++ b/t/TEST
@@ -43,6 +43,9 @@ TESTING COMPILER
 --------------------------------------------------------------------------------
 EOT
 
+    $ENV{COMPILE_TIMEOUT} = 120 
+          if ($type eq 'compile' && !$ENV{COMPILE_TIMEOUT});
+
     $bad = 0;
     $good = 0;
     $total = @tests;