1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update timeout seconds

This commit is contained in:
TSUYUSATO Kitsune 2022-11-07 11:52:38 +09:00 committed by Yusuke Endoh
parent 80d145fa52
commit 71c76d1bfa

View file

@ -1677,7 +1677,7 @@ class TestRegexp < Test::Unit::TestCase
def test_cache_optimization_exponential def test_cache_optimization_exponential
assert_separately([], "#{<<-"begin;"}\n#{<<-'end;'}") assert_separately([], "#{<<-"begin;"}\n#{<<-'end;'}")
begin; begin;
timeout = EnvUtil.apply_timeout_scale(0.2) timeout = EnvUtil.apply_timeout_scale(2)
Regexp.timeout = timeout Regexp.timeout = timeout
assert_nil(/^(a*)*$/ =~ "a" * 1000000 + "x") assert_nil(/^(a*)*$/ =~ "a" * 1000000 + "x")