ruby-changes:74408
From: TSUYUSATO <ko1@a...>
Date: Wed, 9 Nov 2022 23:21:56 +0900 (JST)
Subject: [ruby-changes:74408] 71c76d1bfa (master): Update timeout seconds
https://git.ruby-lang.org/ruby.git/commit/?id=71c76d1bfa From 71c76d1bfad90c63bcd74fcd2447e52189de8c49 Mon Sep 17 00:00:00 2001 From: TSUYUSATO Kitsune <make.just.on@g...> Date: Mon, 7 Nov 2022 11:52:38 +0900 Subject: Update timeout seconds --- test/ruby/test_regexp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ruby/test_regexp.rb b/test/ruby/test_regexp.rb index 5daf67a436..f11d1fb616 100644 --- a/test/ruby/test_regexp.rb +++ b/test/ruby/test_regexp.rb @@ -1677,7 +1677,7 @@ class TestRegexp < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_regexp.rb#L1677 def test_cache_optimization_exponential 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*)*$/ =~ "a" * 1000000 + "x") -- cgit v1.2.3 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/