robertwahler / win32-autogui

A Ruby Win32 GUI testing framework packaged as a RubyGem
http://www.gearheadforhire.com/articles/ruby/win32-autogui/using-ruby-to-drive-windows-applications
MIT License
52 stars 6 forks source link

create_process_timeout option for Autogui::Application doesn't do anything #7

Closed turboladen closed 11 years ago

turboladen commented 11 years ago

I pass create_process_timeout: 60 into it in the initialize method, and it still times out finding my app after 10 seconds.

turboladen commented 11 years ago

Sorry, I was interpreting this to mean what main_window_timeout means.