Skip to content

Commit 4bcd6a5

Browse files
committed
Wait 10 seconds instead of 3 seconds
5 seconds is not enough time to wait. See https://github.com/ruby/debug/actions/runs/3514525114/jobs/5888644746#step:4:29
1 parent 82b02b1 commit 4bcd6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/test_case.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def wait_pid pid, sec
121121
end
122122

123123
def kill_safely pid, name, test_info
124-
return if wait_pid pid, 3
124+
return if wait_pid pid, TIMEOUT_SEC
125125

126126
test_info.failed_process = name
127127

0 commit comments

Comments
 (0)