From aa29571d988d569342b244bba5c39ee5f16dbe3b Mon Sep 17 00:00:00 2001 From: dundargoc Date: Tue, 20 Feb 2024 18:04:59 +0100 Subject: [PATCH] ci(sanitize): reduce timeout to 20 minutes 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. --- .github/workflows/sanitize.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanitize.yml b/.github/workflows/sanitize.yml index 936a9cca..995218e2 100644 --- a/.github/workflows/sanitize.yml +++ b/.github/workflows/sanitize.yml @@ -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: