summaryrefslogtreecommitdiff
path: root/t/UTEST
diff options
context:
space:
mode:
Diffstat (limited to 't/UTEST')
-rwxr-xr-xt/UTEST3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/UTEST b/t/UTEST
index 4fc160d3e5..b5f285bd59 100755
--- 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;