Skip to content

Commit 7080482

Browse files
committed
MOD: Increase GitHub test runner timeout
1 parent 130cb8a commit 7080482

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: 3
33+
timeout-minutes: 5
3434
if: ${{ github.ref == 'refs/heads/main' }}
3535
run: scripts/test.sh -vvv --release
3636
shell: bash
3737

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

0 commit comments

Comments
 (0)