summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2005-10-19 02:53:03 +0200
committerunknown <kent@mysql.com>2005-10-19 02:53:03 +0200
commit85adaa84d4b5e41d6675f944ea109020dc205063 (patch)
tree175c3a70787adc901fb0a898836af605f877e04f /mysql-test/mysql-test-run.pl
parent7fd2759b8022a48dda124ebd78b51ed5fe0e7ec6 (diff)
downloadmariadb-git-85adaa84d4b5e41d6675f944ea109020dc205063.tar.gz
mysql.spec.sh:
Enabled yaSSL mysql-test-run.pl: Increased test case timeout from 15 min mysql-test/mysql-test-run.pl: Increased test case timeout from 15 min support-files/mysql.spec.sh: Enabled yaSSL
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 35f26199fc8..063d1e2f2cc 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -242,7 +242,7 @@ our $opt_sleep_time_after_restart= 1;
our $opt_sleep_time_for_delete= 10;
our $opt_testcase_timeout;
our $opt_suite_timeout;
-my $default_testcase_timeout= 10; # 10 min max
+my $default_testcase_timeout= 15; # 15 min max
my $default_suite_timeout= 120; # 2 hours max
our $opt_socket;