Build/Test Tools: Increase the timeout for the failed workflow.

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
This commit is contained in:
Jonathan Desrosiers
2023-10-11 17:13:12 +00:00
parent 0b99e283b2
commit 0ee1aebea6

View File

@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
actions: write
timeout-minutes: 5
timeout-minutes: 20
steps:
- name: Rerun a workflow