Skip to content

Commit 1b232c1

Browse files
authored
fix: increase timeout for Windows x86_64 test job (#4955)
1 parent 8d591eb commit 1b232c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ jobs:
941941
run: pixi run --locked test-slow
942942

943943
test-build-windows-x86_64:
944-
timeout-minutes: 10
944+
timeout-minutes: 15
945945
name: Test pixi-build Windows x86_64
946946
runs-on: windows-latest
947947
needs: build-binary-windows-x86_64

0 commit comments

Comments
 (0)