Skip to content

Commit

Permalink
ci(sanitize): reduce timeout to 20 minutes
Browse files Browse the repository at this point in the history
60 minutes is too long, even without any caching. It should at most take
10 minutes, but we add another 10 to account for any variance.
  • Loading branch information
dundargoc committed Feb 20, 2024
1 parent d54aa11 commit 6a1edc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanitize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
check_undefined_behaviour:
name: Sanitizer checks
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 20
env:
TREE_SITTER: ${{ github.workspace }}/target/release/tree-sitter
steps:
Expand Down

0 comments on commit 6a1edc6

Please sign in to comment.