Skip to content

Commit

Permalink
multiply timeout by 2, and quieter test output
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Nov 11, 2024
1 parent 650b3f9 commit d1be0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Test
run: |
meson test -v -C builddir || cat builddir\meson-logs\testlog.txt
meson test -t 2 -C builddir || cat builddir\meson-logs\testlog.txt
#MSYS2:
#runs-on: windows-latest
Expand Down

0 comments on commit d1be0f6

Please sign in to comment.