We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130cb8a commit 7080482Copy full SHA for 7080482
1 file changed
.github/workflows/test.yml
@@ -30,13 +30,13 @@ jobs:
30
shell: bash
31
32
- name: Test (release)
33
- timeout-minutes: 3
+ timeout-minutes: 5
34
if: ${{ github.ref == 'refs/heads/main' }}
35
run: scripts/test.sh -vvv --release
36
37
38
- name: Test
39
40
if: ${{ github.ref != 'refs/heads/main' }}
41
run: scripts/test.sh -vvv
42
0 commit comments