Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit b725a6c

Browse files
authored
fix: increase CI timeout (#998)
1 parent 14ab0f5 commit b725a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cortex-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
build-cortex-single-binary:
227227
runs-on: ${{ matrix.runs-on }}
228228
needs: [create-draft-release, build-and-test]
229-
timeout-minutes: 20
229+
timeout-minutes: 40
230230
strategy:
231231
fail-fast: false
232232
matrix:

0 commit comments

Comments
 (0)