Skip to content

Commit

Permalink
ci(sanitize): add a timeout of 60 minutes
Browse files Browse the repository at this point in the history
There's a possibility of the test freezing so we add this as precaution.
  • Loading branch information
dundargoc committed Feb 14, 2024
1 parent 73f56bf commit 9319e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sanitize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9319e28

Please sign in to comment.