From 78121ac506b30782e015a01bd3ab029e3ad0674e Mon Sep 17 00:00:00 2001 From: Julio Sgarbi Date: Thu, 11 Apr 2024 20:11:44 -0300 Subject: [PATCH] change the timeout for 55 minutes --- .github/workflows/tests-yarn-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-yarn-e2e.yml b/.github/workflows/tests-yarn-e2e.yml index fcc23d0dcf9a..14871873c8cb 100644 --- a/.github/workflows/tests-yarn-e2e.yml +++ b/.github/workflows/tests-yarn-e2e.yml @@ -15,7 +15,7 @@ jobs: main: name: "yarn e2e" runs-on: ubuntu-latest - timeout-minutes: 45 + timeout-minutes: 55 steps: - uses: hmarr/debug-action@v3.0.0