I'm using selenium tests which requires to invoke first Chrome driver (in my case through "chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\selenum\AutomationProfile")
It's acceptable that the test will fail if the driver is not present - but the problem is it takes more than 30 seconds for the test to fail - probably this is default timeout connecting to the driver?
And - really couldn't find a timeout setting in chrome options - maybe i'm blind