Skip to content

Commit 3a323c6

Browse files
committed
Extend the timeout of TestVMDump#test_darwin_invalid_call, etc.
1 parent 2b5ddce commit 3a323c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ruby/test_vm_dump.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class TestVMDump < Test::Unit::TestCase
77
def assert_darwin_vm_dump_works(args)
8-
assert_in_out_err(args, "", [], /^\[IMPORTANT\]/)
8+
assert_in_out_err(args, "", [], /^\[IMPORTANT\]/, timeout: 60)
99
end
1010

1111
def test_darwin_invalid_call

0 commit comments

Comments
 (0)