From 9b224d82148087cbe237867b20b06b67504a1344 Mon Sep 17 00:00:00 2001 From: Arthur Geron <3487334+arthurgeron@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:06:35 -0300 Subject: [PATCH 1/3] feat: add timeout to e2e tests --- .github/workflows/pr-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 6b54e0ea..72701533 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -16,6 +16,7 @@ jobs: tests-e2e: name: E2E Tests runs-on: buildjet-4vcpu-ubuntu-2204 + timeout-minutes: 10 steps: - name: Checkout uses: actions/checkout@v3 @@ -39,6 +40,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Start Test Node + timeout-minutes: 3 run: pnpm node:start # E2E tests running with Playwright @@ -60,6 +62,7 @@ jobs: tests-e2e-soft: name: E2E Tests Soft runs-on: buildjet-4vcpu-ubuntu-2204 + timeout-minutes: 7 steps: - name: Checkout uses: actions/checkout@v3 @@ -83,6 +86,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Start Test Node + timeout-minutes: 3 run: pnpm node:start # E2E tests running with Playwright From 35ccac7f5e03f35db8ef12b3e803b3c4c25a15a6 Mon Sep 17 00:00:00 2001 From: Arthur Geron <3487334+arthurgeron@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:12:11 -0300 Subject: [PATCH 2/3] chore: increase to 15 minutes --- .github/workflows/pr-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 72701533..73ee8d68 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -16,7 +16,7 @@ jobs: tests-e2e: name: E2E Tests runs-on: buildjet-4vcpu-ubuntu-2204 - timeout-minutes: 10 + timeout-minutes: 15 steps: - name: Checkout uses: actions/checkout@v3 From 7b1c954debb14d50bd652016944a34b7f9cb5f61 Mon Sep 17 00:00:00 2001 From: Luiz Gomes <8636507+LuizAsFight@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:12:18 -0300 Subject: [PATCH 3/3] Update pr-tests.yml --- .github/workflows/pr-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 72701533..73ee8d68 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -16,7 +16,7 @@ jobs: tests-e2e: name: E2E Tests runs-on: buildjet-4vcpu-ubuntu-2204 - timeout-minutes: 10 + timeout-minutes: 15 steps: - name: Checkout uses: actions/checkout@v3