ci: bump static build timeout to 6hr (#19528)
Ilya Mashchenko committed
Jan 30, 2025 at 11:15 UTC
daf305556665702a4a12622b65ca2690040c53cd
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: 300
249
+ timeout_minutes: 360
250
max_attempts: 3
251
command: |
252
export EXTRA_INSTALL_FLAGS=${{ needs.file-check.outputs.skip-go }}