mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
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:
parent
73f56bffa9
commit
9319e28bcc
1
.github/workflows/sanitize.yml
vendored
1
.github/workflows/sanitize.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue