Skip to content

Commit

Permalink
Bump REST CI timeout to 90m (#4494)
Browse files Browse the repository at this point in the history
Bumps REST CI timeout to 90m from the default of 1h to prevent failures
we've seen where the dispatched workflow takes just over 1h to complete
normally.

---
TYPE: NO_HISTORY
DESC: Bump REST CI timeout to 90m
  • Loading branch information
shaunrd0 committed Nov 6, 2023
1 parent c377557 commit 6533869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
# Pass TileDB core ref to test against REST.
# github.head_ref will only be set for PRs, so fallback to github.ref_name if triggered via push event.
inputs: '{ "tiledb_ref": "${{ github.head_ref || github.ref_name }}"}'
wait-for-completion-timeout: 90m

0 comments on commit 6533869

Please sign in to comment.