We would like to increase the timeout of the UITests (default is 10 minutes) but we couldn’t really found a place to do so with the circle.yml file.
We were trying to set the timeout for xctool, but can’t figure out how.
We tried:
test: override: - xctool: timeout: 3600
Any help appreciated