diff --git a/.github/workflows/smoke-checks.yml b/.github/workflows/smoke-checks.yml index e70d74c2..7de25bca 100644 --- a/.github/workflows/smoke-checks.yml +++ b/.github/workflows/smoke-checks.yml @@ -51,7 +51,7 @@ jobs: INSTALL_XCPARSE: true - name: Run UI Tests (Debug) run: bundle exec fastlane test_ui device:"${{ env.IOS_SIMULATOR_DEVICE }}" - timeout-minutes: 30 + timeout-minutes: 40 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_PR_NUM: ${{ github.event.number }}