From 4133614244e5f595a61bfad96e1e35c6ccce34f3 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Sat, 23 Oct 2021 02:10:11 -0400 Subject: [PATCH] Bump up timeout on Linux Test job. (#10894) The timeout is at 10 mins, a typical execution is 9-9.5 mins, so if something is just a bit slow the job ends up timing out. --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 357523f5f744ef..071cfd8f07a0a0 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -84,7 +84,7 @@ jobs: # actually succeeded, because that just wastes space. rsync -a out/debug/standalone/ objdir-clone || true - name: Run Tests - timeout-minutes: 10 + timeout-minutes: 20 run: | scripts/tests/test_suites.sh - name: Run TV Tests