Skip to content

Commit b683817

Browse files
authored
Increase timeout for pixi_tests workflow
Increased the timeout for the pixi_tests workflow from 2 to 5 minutes.
1 parent bb6e024 commit b683817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pixi_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: [ubuntu-latest]
1717

1818
runs-on: ${{ matrix.os }}
19-
timeout-minutes: 2
19+
timeout-minutes: 5
2020
steps:
2121
- uses: actions/checkout@v4
2222
- uses: prefix-dev/setup-pixi@v0.9.2

0 commit comments

Comments
 (0)