Commit 063b503c authored by Magnus Svensson's avatar Magnus Svensson

WL#4189

 - Increase start timeout to 180 seconds, old version had 400 that is too much
parent ec4a4dd6
...@@ -153,7 +153,7 @@ my $opt_sleep; ...@@ -153,7 +153,7 @@ my $opt_sleep;
my $opt_testcase_timeout= 15; # 15 minutes my $opt_testcase_timeout= 15; # 15 minutes
my $opt_suite_timeout = 180; # 3 hours my $opt_suite_timeout = 180; # 3 hours
my $opt_shutdown_timeout= 10; # 10 seconds 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;
my $opt_start_dirty; my $opt_start_dirty;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment