mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Increase timeout for check-testcase and friends, in an attempt to cure some random buildbot test failures.
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user