diff options
author | Yusuke Endoh <[email protected]> | 2024-06-07 22:34:28 +0900 |
---|---|---|
committer | Yusuke Endoh <[email protected]> | 2024-06-07 22:37:08 +0900 |
commit | 91b86f1b4f1b6b269cca800fbbe53415f0d8d173 () | |
tree | e9c59dce8ee743d2ca32f00a68b30198cf7b0b05 /test/ruby/test_regexp.rb | |
parent | 51bb5dcd2e63d7902794d42147817733249d3dd9 (diff) |
TestRegexp#test_s_timeout: accept timeout errors more tolerantly
This test seems flaky on macOS Actions
-rw-r--r-- | test/ruby/test_regexp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1783,7 +1783,7 @@ class TestRegexp < Test::Unit::TestCase end t = Time.now - t - assert_in_delta(timeout, t, timeout / 2) end; end |