Can't get the test to reliably work thanks to the
[p5sagit/p5-mst-13.2.git] / t / UTEST
diff --git a/t/UTEST b/t/UTEST
index 4fc160d..b5f285b 100755 (executable)
--- a/t/UTEST
+++ b/t/UTEST
@@ -55,6 +55,9 @@ TESTING COMPILER
 --------------------------------------------------------------------------------
 EOT
 
+    $ENV{PERLCC_TIMEOUT} = 120 
+        if ($type eq 'compile' && !$ENV{PERLCC_TIMEOUT});
+
     $bad = 0;
     $good = 0;
     $total = @tests;