From 0891154941b4f638b8a974ad5085e130a451ceec Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Fri, 13 Aug 2021 21:53:13 +0200 Subject: [PATCH] Bump the timeout for the sanitizer tests. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05670b74..171329c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -110,7 +110,7 @@ jobs: sanitizer: runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 20 strategy: fail-fast: false matrix: -- 2.20.1