iOS change timeout when performing Tests

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 :slight_smile:

1 Like

Did you find the solution? I want to increase mine too.

In my case what was wrong was the spacing, THERE HAVE TO BE 4 SPACES EXACTLY for the arguments. I was using 2 spaces to indent, 4 between the command and the parameter did the trick:

1 Like