1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

mysql.spec.sh:

Enabled yaSSL
mysql-test-run.pl:
  Increased test case timeout from 15 min
This commit is contained in:
kent@mysql.com
2005-10-19 02:53:03 +02:00
parent 600c7df8f1
commit 8bccfab21f
2 changed files with 5 additions and 1 deletions

View File

@ -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;