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

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2018-10-08 11:59:22 +00:00
parent 6a7df0ecc8
commit 1ce45a446e

View File

@ -68,6 +68,7 @@ if defined?(WIN32OLE_EVENT)
WIN32OLE_EVENT.message_loop
sleep 1
end
sleep 1
end
def default_handler(event, *args)