diff options
author | Kristian Nielsen <knielsen@knielsen-hq.org> | 2014-10-28 12:45:39 +0100 |
---|---|---|
committer | Kristian Nielsen <knielsen@knielsen-hq.org> | 2014-10-28 12:45:39 +0100 |
commit | 5b99f4d330c4c41a05fd93ab9aa17b16fc3ef46b (patch) | |
tree | 28987cf03dc5fecd992bd1fb05878becdeabb7cb /mysql-test/mysql-test-run.pl | |
parent | bd3d16754bf4f4f458172768d1455b63c0bdf558 (diff) | |
download | mariadb-git-5b99f4d330c4c41a05fd93ab9aa17b16fc3ef46b.tar.gz |
Increase timeout for check-testcase and friends, in an attempt to cure some random buildbot test failures.
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index f039df7f024..ddfed62c238 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -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; |