TestRegexp#test_timeout_shorter_than_global: Extend the timeout limit

This commit is contained in:
Yusuke Endoh 2024-06-07 23:11:10 +09:00
parent b9b207f388
commit 36b3fea0ff

View File

@ -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