1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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

This commit is contained in:
Kristian Nielsen
2014-10-28 12:45:39 +01:00
parent bd3d16754b
commit 5b99f4d330

View File

@ -330,7 +330,7 @@ sub testcase_timeout ($) {
return $opt_testcase_timeout * 60;
}
sub check_timeout ($) { return testcase_timeout($_[0]) / 10; }
sub check_timeout ($) { return testcase_timeout($_[0]); }
our $opt_warnings= 1;