Skip to content

Commit

Permalink
Wait 10 seconds instead of 3 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max committed Nov 21, 2022
1 parent 6c65bac commit 10e03e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def wait_pid pid, sec
end

def kill_safely pid, name, test_info
return if wait_pid pid, 3
return if wait_pid pid, TIMEOUT_SEC

test_info.failed_process = name

Expand Down

0 comments on commit 10e03e5

Please sign in to comment.