Skip to content

Commit

Permalink
ci: Increase SauceLabs Timeout (#3663)
Browse files Browse the repository at this point in the history
The UI tests in SauceLabs frequently time out. Let's increase the value
to 60m, as it's better to have delayed UI test results than failing CI.
  • Loading branch information
philipphofmann authored Feb 20, 2024
1 parent 37d5948 commit f93e4aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .sauce/benchmarking-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sauce:
concurrency: 4

defaults:
timeout: 20m
timeout: 60m

xcuitest:
app: ./DerivedData/Build/Products/Debug-iphoneos/iOS-Swift.app
Expand Down
2 changes: 1 addition & 1 deletion .sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sauce:
concurrency: 4

defaults:
timeout: 20m
timeout: 60m

xcuitest:
app: ./DerivedData/Build/Products/Test-iphoneos/iOS-Swift.app
Expand Down

0 comments on commit f93e4aa

Please sign in to comment.