diff options
author | Yusuke Endoh <[email protected]> | 2024-06-07 23:11:10 +0900 |
---|---|---|
committer | Yusuke Endoh <[email protected]> | 2024-06-07 23:11:10 +0900 |
commit | 36b3fea0ff02645af071097e11801e6d2293bc95 (patch) | |
tree | a3de577e4be1c47519c0d3adac0a2b5555784fd7 /test/ruby/test_regexp.rb | |
parent | b9b207f3888d5d2bbf094074abfda143c76b88c8 (diff) |
TestRegexp#test_timeout_shorter_than_global: Extend the timeout limit
Diffstat (limited to 'test/ruby/test_regexp.rb')
-rw-r--r-- | test/ruby/test_regexp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_regexp.rb b/test/ruby/test_regexp.rb index 78007094ef..812ecce905 100644 --- a/test/ruby/test_regexp.rb +++ b/test/ruby/test_regexp.rb @@ -1862,7 +1862,7 @@ class TestRegexp < Test::Unit::TestCase def test_timeout_shorter_than_global omit "timeout test is too unstable on s390x" if RUBY_PLATFORM =~ /s390x/ - per_instance_redos_test(10, 0.2, 0.2) + per_instance_redos_test(10, 0.5, 0.5) end def test_timeout_longer_than_global |