From a339ca5106ebba77725ec73130b11f321d6e4dc3 Mon Sep 17 00:00:00 2001 From: nagachika Date: Wed, 20 Nov 2013 06:25:23 +0000 Subject: * test/ruby/test_thread.rb (test_mutex_unlock_on_trap): extend waiting time to invocation of signal handler from 0.01 sec to 0.2 sec. RubyCI report error on mswin. reported by @unak git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@43732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_thread.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb index 9cd55bcbed..4aed34d5ba 100644 --- a/test/ruby/test_thread.rb +++ b/test/ruby/test_thread.rb @@ -889,7 +889,7 @@ Thread.new(Thread.current) {|mth| m.lock puts "locked" Process.kill("INT", $$) - sleep 0.01 + sleep 0.2 puts m.locked? INPUT end -- cgit v1.2.3