diff --git a/.github/workflows/smoke-checks.yml b/.github/workflows/smoke-checks.yml index 0672b1fa..b4cf9c53 100644 --- a/.github/workflows/smoke-checks.yml +++ b/.github/workflows/smoke-checks.yml @@ -76,9 +76,9 @@ jobs: - uses: ./.github/actions/python-cache - name: Run UI Tests (Debug) run: bundle exec fastlane test_ui device:"${{ env.IOS_SIMULATOR_DEVICE }}" skip_build:true record:${{ github.event.inputs.snapshots }} - timeout-minutes: 100 + timeout-minutes: 60 env: - GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }} # to open a PR + GITHUB_TOKEN: ${{ secrets.CI_BOT_GITHUB_TOKEN }} # to open a PR GITHUB_PR_NUM: ${{ github.event.number }} - name: Get branch name id: get_branch_name