Commit 5b99f4d3 authored by Kristian Nielsen's avatar Kristian Nielsen

Increase timeout for check-testcase and friends, in an attempt to cure some...

Increase timeout for check-testcase and friends, in an attempt to cure some random buildbot test failures.
parent bd3d1675
...@@ -330,7 +330,7 @@ sub testcase_timeout ($) { ...@@ -330,7 +330,7 @@ sub testcase_timeout ($) {
return $opt_testcase_timeout * 60; return $opt_testcase_timeout * 60;
} }
sub check_timeout ($) { return testcase_timeout($_[0]) / 10; } sub check_timeout ($) { return testcase_timeout($_[0]); }
our $opt_warnings= 1; our $opt_warnings= 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment