18 lines
502 B
Diff
18 lines
502 B
Diff
---
|
|
tests/test_driver.pl | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: make-4.3.90/tests/test_driver.pl
|
|
===================================================================
|
|
--- make-4.3.90.orig/tests/test_driver.pl
|
|
+++ make-4.3.90/tests/test_driver.pl
|
|
@@ -57,7 +57,7 @@ $pathsep = undef;
|
|
$test_passed = 1;
|
|
|
|
# Timeout in seconds. If the test takes longer than this we'll fail it.
|
|
-$test_timeout = 5;
|
|
+$test_timeout = 8;
|
|
$test_timeout = 10 if $^O eq 'VMS';
|
|
|
|
$diff_name = undef;
|