Skip to content

Commit

Permalink
Build/Test Tools: Increase the timeout for the failed workflow.
Browse files Browse the repository at this point in the history
Following [56829], the previous `timeout-minutes` value of `5` is insufficient when approaching 10 retries.

See #58867.

git-svn-id: https://develop.svn.wordpress.org/trunk@56830 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Oct 11, 2023
1 parent 0b99e28 commit 0ee1aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/failed-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
actions: write
timeout-minutes: 5
timeout-minutes: 20

steps:
- name: Rerun a workflow
Expand Down

0 comments on commit 0ee1aeb

Please sign in to comment.