summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
Diffstat (limited to 't/TEST')
-rwxr-xr-xt/TEST4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/TEST b/t/TEST
index 69cf0c6e92..1f9190db05 100755
--- a/t/TEST
+++ b/t/TEST
@@ -43,8 +43,8 @@ TESTING COMPILER
--------------------------------------------------------------------------------
EOT
- $ENV{COMPILE_TIMEOUT} = 120
- if ($type eq 'compile' && !$ENV{COMPILE_TIMEOUT});
+ $ENV{PERLCC_TIMEOUT} = 120
+ if ($type eq 'compile' && !$ENV{PERLCC_TIMEOUT});
$bad = 0;
$good = 0;