diff options
author | Yusuke Endoh <[email protected]> | 2024-06-24 11:54:10 +0900 |
---|---|---|
committer | Yusuke Endoh <[email protected]> | 2024-06-24 11:54:10 +0900 |
commit | 3a323c6b12dbe6b450b6c9bac14de0eb06773a44 (patch) | |
tree | 3a3df006b2ecafd3f559447f16b15d66b51e65b6 | |
parent | 2b5ddcee56da4a1d35f47562d2d99dc6d716df57 (diff) |
Extend the timeout of TestVMDump#test_darwin_invalid_call, etc.
-rw-r--r-- | test/ruby/test_vm_dump.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_vm_dump.rb b/test/ruby/test_vm_dump.rb index c718f69316..f0dc04ba2a 100644 --- a/test/ruby/test_vm_dump.rb +++ b/test/ruby/test_vm_dump.rb @@ -5,7 +5,7 @@ return unless /darwin/ =~ RUBY_PLATFORM class TestVMDump < Test::Unit::TestCase def assert_darwin_vm_dump_works(args) - assert_in_out_err(args, "", [], /^\[IMPORTANT\]/) + assert_in_out_err(args, "", [], /^\[IMPORTANT\]/, timeout: 60) end def test_darwin_invalid_call |