Skip to content

Commit 9acd5d9

Browse files
committed
BLD: Increase GitHub test workflow timeout
1 parent 4eb897e commit 9acd5d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
shell: bash
3131

3232
- name: Test (release)
33-
timeout-minutes: 2
33+
timeout-minutes: 3
3434
if: ${{ github.ref == 'refs/heads/main' }}
3535
run: scripts/test.sh --release
3636
shell: bash
3737

3838
- name: Test
39-
timeout-minutes: 2
39+
timeout-minutes: 3
4040
if: ${{ github.ref != 'refs/heads/main' }}
4141
run: scripts/test.sh
4242
shell: bash

0 commit comments

Comments
 (0)