ruby-changes:52751
From: k0kubun <ko1@a...>
Date: Mon, 8 Oct 2018 20:59:27 +0900 (JST)
Subject: [ruby-changes:52751] k0kubun:r64963 (trunk): test_win32ole_event.rb: sleep longer
k0kubun 2018-10-08 20:59:22 +0900 (Mon, 08 Oct 2018) New Revision: 64963 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64963 Log: test_win32ole_event.rb: sleep longer to increase the possibility of TestWIN32OLE_EVENT_SWbemSink#test_on_event success. It seems to randomly fail https://ci.appveyor.com/project/ruby/ruby/builds/19337514/job/0wp2oe9dkr9gt1bi Modified files: trunk/test/win32ole/test_win32ole_event.rb Index: test/win32ole/test_win32ole_event.rb =================================================================== --- test/win32ole/test_win32ole_event.rb (revision 64962) +++ test/win32ole/test_win32ole_event.rb (revision 64963) @@ -68,6 +68,7 @@ if defined?(WIN32OLE_EVENT) https://github.com/ruby/ruby/blob/trunk/test/win32ole/test_win32ole_event.rb#L68 WIN32OLE_EVENT.message_loop sleep 1 end + sleep 1 end def default_handler(event, *args) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/