Skip to content

Commit c184567

Browse files
committed
Bump to 20 seconds timeout by default
* CI on Darwin seems to often exceeds 15 seconds.
1 parent 06425b6 commit c184567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mri/tests/lib/envutil.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def apply_timeout_scale(t)
7777
module_function :apply_timeout_scale
7878

7979
def invoke_ruby(args, stdin_data = "", capture_stdout = false, capture_stderr = false,
80-
encoding: nil, timeout: 15, reprieve: 1, timeout_error: Timeout::Error,
80+
encoding: nil, timeout: 20, reprieve: 1, timeout_error: Timeout::Error,
8181
stdout_filter: nil, stderr_filter: nil,
8282
signal: :TERM,
8383
rubybin: EnvUtil.rubybin, precommand: nil,

0 commit comments

Comments
 (0)