summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorKristian Nielsen <knielsen@knielsen-hq.org>2014-10-28 12:45:39 +0100
committerKristian Nielsen <knielsen@knielsen-hq.org>2014-10-28 12:45:39 +0100
commit5b99f4d330c4c41a05fd93ab9aa17b16fc3ef46b (patch)
tree28987cf03dc5fecd992bd1fb05878becdeabb7cb /mysql-test/mysql-test-run.pl
parentbd3d16754bf4f4f458172768d1455b63c0bdf558 (diff)
downloadmariadb-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-xmysql-test/mysql-test-run.pl2
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;