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 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue