Skip to content

Commit

Permalink
ci: Reduce saucelabs profile data timeout to 10m (#2291)
Browse files Browse the repository at this point in the history
The high end tests quite often time out in Saucelabs. The tests usually
pass in 10m or less. Reduce the timeout to speed up
retry.
  • Loading branch information
philipphofmann authored Oct 14, 2022
1 parent 1045e19 commit 2ce5819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sauce/profile-data-generator-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sauce:
concurrency: 2

defaults:
timeout: 20m
timeout: 10m

xcuitest:
app: ./DerivedData/Build/Products/Debug-iphoneos/TrendingMovies.app
Expand Down

0 comments on commit 2ce5819

Please sign in to comment.