ci(sanitize): add a timeout of 60 minutes

There's a possibility of the test freezing so we add this as precaution.
This commit is contained in:
dundargoc 2024-02-14 16:54:48 +01:00 committed by dundargoc
parent 73f56bffa9
commit 9319e28bcc

View file

@ -11,6 +11,7 @@ jobs:
check_undefined_behaviour:
name: Sanitizer checks
runs-on: ubuntu-latest
timeout-minutes: 60
env:
TREE_SITTER: ${{ github.workspace }}/target/release/tree-sitter
steps: