TestRegexp#test_timeout_shorter_than_global: Extend the timeout limit
This commit is contained in:
parent
b9b207f388
commit
36b3fea0ff
@ -1862,7 +1862,7 @@ class TestRegexp < Test::Unit::TestCase
|
|||||||
|
|
||||||
def test_timeout_shorter_than_global
|
def test_timeout_shorter_than_global
|
||||||
omit "timeout test is too unstable on s390x" if RUBY_PLATFORM =~ /s390x/
|
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
|
end
|
||||||
|
|
||||||
def test_timeout_longer_than_global
|
def test_timeout_longer_than_global
|
||||||
|
Loading…
x
Reference in New Issue
Block a user