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:
parent
80d145fa52
commit
71c76d1bfa
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue