summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/dist/threads/t/libc.t
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/dist/threads/t/libc.t')
-rwxr-xr-xgnu/usr.bin/perl/dist/threads/t/libc.t5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/usr.bin/perl/dist/threads/t/libc.t b/gnu/usr.bin/perl/dist/threads/t/libc.t
index 65958949f6c..592b8d350e4 100755
--- a/gnu/usr.bin/perl/dist/threads/t/libc.t
+++ b/gnu/usr.bin/perl/dist/threads/t/libc.t
@@ -9,11 +9,8 @@ BEGIN {
skip_all(q/Perl not compiled with 'useithreads'/);
}
- my $time_out_factor = $ENV{PERL_TEST_TIME_OUT_FACTOR} || 1;
- $time_out_factor = 1 if $time_out_factor < 1;
-
# Guard against bugs that result in deadlock
- watchdog(1 * 60 * $time_out_factor);
+ watchdog(1 * 60);
plan(11);
}