Skip to content

Commit

Permalink
fix(ci): allow 5 days timeout for full sync results
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed May 27, 2023
1 parent d247a48 commit 143737d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-gcp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@ jobs:
# If the previous job fails, we also want to run and fail this job,
# so that the branch protection rule fails in Mergify and GitHub.
if: ${{ !cancelled() }}
timeout-minutes: 7200 # 5 days
runs-on: self-hosted
permissions:
contents: 'read'
Expand Down

0 comments on commit 143737d

Please sign in to comment.