Skip to content

Commit

Permalink
ci/ios: Increase action timeouts (#33008)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Mar 21, 2024
1 parent e49abad commit 05424b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mobile-ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
app: //examples/swift/hello_world:app
expected-status: 200
target: swift-hello-world
timeout-minutes: 50
timeout-minutes: 90

apps:
permissions:
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
ANDROID_NDK_HOME:
ANDROID_HOME:
target: ${{ matrix.target }}
timeout-minutes: 50
timeout-minutes: 90
trusted: ${{ fromJSON(needs.load.outputs.trusted) }}
working-directory: mobile
strategy:
Expand Down

0 comments on commit 05424b2

Please sign in to comment.