We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5129fa8 commit 6d2662fCopy full SHA for 6d2662f
.github/workflows/integration_test.yaml
@@ -84,10 +84,10 @@ jobs:
84
needs:
85
- collect-integration-tests
86
runs-on: ${{ matrix.job.runner }}
87
- timeout-minutes: 217 # Sum of steps `timeout-minutes` + 5
+ timeout-minutes: 226 # Sum of steps `timeout-minutes` + 5
88
steps:
89
- name: Free up disk space
90
- timeout-minutes: 1
+ timeout-minutes: 10
91
run: |
92
printf '\nDisk usage before cleanup\n'
93
df --human-readable
0 commit comments