1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
- Increase start timeout to 180 seconds, old version had 400 that is too much
This commit is contained in:
Magnus Svensson
2008-06-16 11:23:00 +02:00
parent b15f4190dd
commit 88e3cebc46

View File

@ -153,7 +153,7 @@ my $opt_sleep;
my $opt_testcase_timeout= 15; # 15 minutes
my $opt_suite_timeout = 180; # 3 hours
my $opt_shutdown_timeout= 10; # 10 seconds
my $opt_start_timeout = 30; # 30 seconds
my $opt_start_timeout = 180; # 180 seconds
my $opt_start;
my $opt_start_dirty;