From 67af37135ffb8d0c05be7ac32e7ae7c1fb0a5294 Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Thu, 13 Feb 2025 21:37:10 -0600 Subject: [PATCH] Update platform-frontend-ci.yml --- .github/workflows/platform-frontend-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platform-frontend-ci.yml b/.github/workflows/platform-frontend-ci.yml index dd2a1d600f..05a1e91326 100644 --- a/.github/workflows/platform-frontend-ci.yml +++ b/.github/workflows/platform-frontend-ci.yml @@ -108,7 +108,7 @@ jobs: run: yarn playwright install --with-deps ${{ matrix.browser }} - name: Run tests - timeout-minutes: 10 + timeout-minutes: 20 run: | yarn test --project=${{ matrix.browser }}