ci: increase static build timeout 180->300m (#19519)
ci: increase build timeout 180->300m
Ilya Mashchenko committed
Jan 29, 2025 at 11:16 UTC
fe8846014bff7de94aed14e2b34137dee4ffc928
1 file changed
+1
-1
.github/workflows/build.yml
+1
-1
@@ -246,7 +246,7 @@ jobs:
246
id: build
247
uses: nick-fields/retry@v3
248
with:
249
- timeout_minutes: 180
249
+ timeout_minutes: 300
250
max_attempts: 3
251
command: |
252
export EXTRA_INSTALL_FLAGS=${{ needs.file-check.outputs.skip-go }}