From 3c29b7832e5eed195cdec85bac9a303b73f22e76 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Fri, 10 Jan 2025 18:44:22 -0800 Subject: [PATCH] [ci] Increase coverage workflow timeout --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6f9b2335..7264f15c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -8,7 +8,7 @@ concurrency: jobs: coverage: - timeout-minutes: 10 + timeout-minutes: 15 name: "Coverage" runs-on: ubuntu-24.04 steps: