ruby-changes:73083
From: Takashi <ko1@a...>
Date: Sun, 28 Aug 2022 07:47:42 +0900 (JST)
Subject: [ruby-changes:73083] 111b69e8a0 (master): Pass wait: false to avoid a timeout
https://git.ruby-lang.org/ruby.git/commit/?id=111b69e8a0 From 111b69e8a009f469356a723183b651626dbaa8c4 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Sat, 27 Aug 2022 15:47:18 -0700 Subject: Pass wait: false to avoid a timeout --- test/rubygems/helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rubygems/helper.rb b/test/rubygems/helper.rb index 4e92ae827e..37e113d3fc 100644 --- a/test/rubygems/helper.rb +++ b/test/rubygems/helper.rb @@ -467,7 +467,7 @@ class Gem::TestCase < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/rubygems/helper.rb#L467 # Prevent a race condition on removing TMPDIR being written by MJIT if defined?(RubyVM::MJIT.enabled?) && RubyVM::MJIT.enabled? - RubyVM::MJIT.pause + RubyVM::MJIT.pause(wait: false) end FileUtils.rm_rf @tempdir if defined?(RubyVM::MJIT.enabled?) && RubyVM::MJIT.enabled? -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/