From 6faba1209441561fc5302727ad92bac8ebdfb0ee Mon Sep 17 00:00:00 2001 From: moon Date: Tue, 29 Mar 2022 17:27:07 -0700 Subject: [PATCH] Increase code coverage job timeout to 20 mins --- .github/workflows/pr-code-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-code-coverage.yml b/.github/workflows/pr-code-coverage.yml index adbd5f276f8..816398c1854 100644 --- a/.github/workflows/pr-code-coverage.yml +++ b/.github/workflows/pr-code-coverage.yml @@ -8,7 +8,7 @@ defaults: jobs: test: name: Code coverage (PHP 7.4, WP Latest) - timeout-minutes: 15 + timeout-minutes: 20 runs-on: ubuntu-latest services: database: