Skip to content

Commit 8438acb

Browse files
committed
🧪 Increase the change log CI job timeout to 3
This is because it sometimes finishes too close to comfort and GitHub Runners seem to take some additional time that's not reflected in the step timings.
1 parent 811b5a2 commit 8438acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ jobs:
434434
- pre-setup
435435
runs-on: ubuntu-latest
436436

437-
timeout-minutes: 2 # network is slow sometimes
437+
timeout-minutes: 3 # network is slow sometimes + GH Runners are flaky
438438

439439
env:
440440
TOXENV: make-changelog

0 commit comments

Comments
 (0)