From 033e4bdeb8a09024cda5c66cb8e2edbb85a18418 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 18 Jul 2023 08:23:55 -0700 Subject: [PATCH] Increase the timeout for periodic CI Running every tox CI environment in serial can take a while, so increase the timeout to 20 minutes from 10 minutes. --- .github/workflows/periodic-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/periodic-ci.yaml b/.github/workflows/periodic-ci.yaml index c0a67b189..6372f8509 100644 --- a/.github/workflows/periodic-ci.yaml +++ b/.github/workflows/periodic-ci.yaml @@ -12,7 +12,7 @@ name: Periodic CI jobs: test: runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 20 strategy: matrix: