Skip to content

Commit

Permalink
Increase timeout of iOS integration tests (#897)
Browse files Browse the repository at this point in the history
It seems so that iOS build is taking now twice the time 🤔 I couldn't
find out why. For now, we can just increase the timeout of the iOS
integration test.
  • Loading branch information
nilsreichardt authored Sep 6, 2023
1 parent f1f1a1c commit 8ed9c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests_app_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
needs: changes
runs-on: macos-13
if: ${{ needs.changes.outputs.changesFound == 'true' }}
timeout-minutes: 45
timeout-minutes: 90
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744

Expand Down

0 comments on commit 8ed9c69

Please sign in to comment.