Skip to content

Commit a1562a1

Browse files
committed
teardown timeout increased
1 parent d40d446 commit a1562a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-base/test_base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def teardown
5757
send_ruby("cont")
5858
end
5959
debug "Waiting for the server process to finish..."
60-
(config_load('server_start_up_timeout')*4).times do
60+
(config_load('server_start_up_timeout')*5).times do
6161
unless @process_finished
6262
debug '.'
6363
sleep 0.25

0 commit comments

Comments
 (0)