Skip to content

Commit

Permalink
ci: permissive timeout for sanitizers
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Oct 11, 2024
1 parent 5d1e96a commit 5e9043c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ jobs:
meson compile -C build-${{ matrix.flavor }}
- name: Running tests
run: |
meson test -C build-${{ matrix.flavor }}
meson test -C build-${{ matrix.flavor }} --timeout-multiplier 3

0 comments on commit 5e9043c

Please sign in to comment.