2014-10-16 05:59:51 +00:00
|
|
|
---
|
|
|
|
tests/test_driver.pl | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2020-01-20 11:28:36 +00:00
|
|
|
Index: make-4.3/tests/test_driver.pl
|
2014-10-16 05:59:51 +00:00
|
|
|
===================================================================
|
2020-01-20 11:28:36 +00:00
|
|
|
--- make-4.3.orig/tests/test_driver.pl
|
|
|
|
+++ make-4.3/tests/test_driver.pl
|
|
|
|
@@ -52,7 +52,7 @@ $tests_passed = 0;
|
2014-09-04 08:41:09 +00:00
|
|
|
$test_passed = 1;
|
|
|
|
|
|
|
|
# Timeout in seconds. If the test takes longer than this we'll fail it.
|
|
|
|
-$test_timeout = 5;
|
|
|
|
+$test_timeout = 8;
|
2014-10-16 05:59:51 +00:00
|
|
|
$test_timeout = 10 if $^O eq 'VMS';
|
2014-09-04 08:41:09 +00:00
|
|
|
|
|
|
|
# Path to Perl
|