From b0683f77c2c21ceb0d79b182fc2c3c73f5ff0769 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Mon, 6 Apr 2026 23:53:48 -0300 Subject: [PATCH] ci: increase E2E timeout to 45min for 16 sequential spec files --- .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 0e28a0b72a..ecf709d9fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -318,7 +318,7 @@ jobs: test-e2e: name: E2E Tests runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 45 needs: build env: JWT_SECRET: ci-test-secret-with-sufficient-length-for-validation