diff options
author | Yusuke Endoh <[email protected]> | 2025-03-28 14:07:18 +0900 |
---|---|---|
committer | Yusuke Endoh <[email protected]> | 2025-03-28 14:07:40 +0900 |
commit | c3ca9313040c270cbc1c238ed67ec4b0c902c928 () | |
tree | e999f649a21ada543f01fa8493e8cdd7de3d283c /test/ruby/test_regexp.rb | |
parent | 8582d93194d5878a5b1aefcaa8ece91910f1df82 (diff) |
TestRegexp#test_match_cache_positive_look_ahead_complex: Extend the timeout limit
-rw-r--r-- | test/ruby/test_regexp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1996,7 +1996,7 @@ class TestRegexp < Test::Unit::TestCase end def test_match_cache_positive_look_ahead_complex - assert_separately([], "#{<<-"begin;"}\n#{<<-'end;'}") timeout = #{ EnvUtil.apply_timeout_scale(10).inspect } begin; Regexp.timeout = timeout |