Skip to content

Commit 6d2662f

Browse files
Increase disk free timeout to 10m (#681)
1 parent 5129fa8 commit 6d2662f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ jobs:
8484
needs:
8585
- collect-integration-tests
8686
runs-on: ${{ matrix.job.runner }}
87-
timeout-minutes: 217 # Sum of steps `timeout-minutes` + 5
87+
timeout-minutes: 226 # Sum of steps `timeout-minutes` + 5
8888
steps:
8989
- name: Free up disk space
90-
timeout-minutes: 1
90+
timeout-minutes: 10
9191
run: |
9292
printf '\nDisk usage before cleanup\n'
9393
df --human-readable

0 commit comments

Comments
 (0)