From 88b881880c0b307e3a0c1954dc2f5474f39a144b Mon Sep 17 00:00:00 2001 From: Corentin THOMASSET Date: Sun, 15 Oct 2023 00:48:18 +0200 Subject: [PATCH] refactor(ci): reduced timeout in e2e (#666) --- .github/workflows/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 3c089ad7..b5b04096 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -6,7 +6,7 @@ on: - main jobs: test: - timeout-minutes: 60 + timeout-minutes: 10 runs-on: ubuntu-latest strategy: matrix: