From e65c772678dba0e2ced72c87835d7d8ecb9d6184 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Thu, 11 Aug 2022 13:44:07 -0500 Subject: [PATCH] Update ci.yml (#4271) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37e0db9ea..171212834 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,7 +147,7 @@ jobs: e2e: name: 'Test (E2E): ${{ matrix.os }} (node@${{ matrix.NODE_VERSION }})' runs-on: ${{ matrix.os }} - timeout-minutes: 20 + timeout-minutes: 25 needs: build strategy: matrix: