Update timeout seconds for square test

This commit is contained in:
TSUYUSATO Kitsune 2022-11-08 11:58:47 +09:00 committed by Yusuke Endoh
parent 71c76d1bfa
commit 0a14825f73
1 changed files with 1 additions and 1 deletions

View File

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