Skip to content

Commit

Permalink
ci: increase ios ui tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
eriklimakc committed Aug 13, 2024
1 parent 2499022 commit cee84ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci/scripts/ios-uitest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export UNO_UITEST_SCREENSHOT_PATH=$BUILD_ARTIFACTSTAGINGDIRECTORY/screenshots/io
export UNO_UITEST_PROJECT=$BUILD_SOURCESDIRECTORY/testing/TestHarness/TestHarness.UITest
export UNO_UITEST_LOGFILE=$BUILD_ARTIFACTSTAGINGDIRECTORY/screenshots/ios/nunit-log.txt
export UNO_UITEST_IOS_PROJECT=$BUILD_SOURCESDIRECTORY/testing/TestHarness/TestHarness
export UITEST_TEST_TIMEOUT=60m
export UITEST_TEST_TIMEOUT=90m

export UNO_UITEST_SIMULATOR_VERSION="com.apple.CoreSimulator.SimRuntime.iOS-16-1"
export UNO_UITEST_SIMULATOR_NAME="iPad Pro (12.9-inch) (6th generation)"
Expand Down
1 change: 1 addition & 0 deletions build/ci/stage-build-uitests-ios.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
jobs:
- job: iOS_Tests
displayName: 'iOS UI Tests'
timeoutInMinutes: 90
variables:
CI_Build: true
SourceLinkEnabled: false
Expand Down

0 comments on commit cee84ee

Please sign in to comment.