From 55f5153b2d5824fcd91c38904d1e3b276344106b Mon Sep 17 00:00:00 2001 From: nicholaslyang Date: Wed, 12 Jul 2023 13:24:28 -0400 Subject: [PATCH] Extend examples timeout --- .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 eea4d7ee3cab8..7d94b321dd3b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -309,7 +309,7 @@ jobs: name: Turborepo Examples needs: determine_jobs if: needs.determine_jobs.outputs.examples == 'true' - timeout-minutes: 30 + timeout-minutes: 40 strategy: fail-fast: false