Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dont override destination-timeout in xctestrun runner (#2572)
The default value for this is `30`. We probably shouldn't override this by default. I will follow up this PR by allowing the `-destination-timeout` to be set via the `ios_xctestrun_runner` rule **and** via the `--test_env` ``` man xcodebuild -destination-timeout timeout Use the specified timeout when searching for a destination device. The default is 30 seconds. ```
- Loading branch information