Skip to content

Commit

Permalink
Give more time to MinGW to run make test
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Mar 8, 2023
1 parent 3e731cd commit ec05ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mingw.yml
Expand Up @@ -127,7 +127,7 @@ jobs:
make DESTDIR=../install install-nodoc
- name: test
timeout-minutes: 10
timeout-minutes: 30
run: |
make test
if: ${{matrix.test_task == 'check' || matrix.test_task == 'test'}}
Expand Down

0 comments on commit ec05ba7

Please sign in to comment.