From 13448914be7e3a28e3f0305fb3c4645d7c634296 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Thu, 16 Nov 2023 16:29:18 +0000 Subject: [PATCH] Bump C3 e2e test timeout longer --- .github/workflows/c3-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c3-e2e.yml b/.github/workflows/c3-e2e.yml index 6ab6a469d6d8..bc2d35a1304a 100644 --- a/.github/workflows/c3-e2e.yml +++ b/.github/workflows/c3-e2e.yml @@ -10,7 +10,7 @@ env: bun-version: 1.0.3 jobs: e2e: - timeout-minutes: 30 + timeout-minutes: 45 concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.pm }} cancel-in-progress: true