Context
I have a Mac Mini running Xcode, and a series of Cucumber tests ran with Calabash.
Issue
They fail because the simulator takes very long (possibly 50 seconds) to get up and running. I've tried to pass timeout
launch options (by passing them in front of my call as per the documentation) but I'm still failing, and I haven't either understood yet how to use launch options in calabash-ios console
mode.
I'm reading through the source in the hope of finding something not documented here.
I actually get no progress from this question:
calabash-ios console
> Running irb...
> irb(main):001:0> start_test_server_in_background(:timeout => 6000)
> RunLoop::Xcrun::TimeoutError: Xcrun timed out after 30.30 seconds executing
> xcrun instruments -s templates
> with a timeout of 30
Can I disable the launch timeout entirely, and how would I do that (save editing the calabash source...)?