From 862baf44d1a414771d9e082052da84305a499323 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sun, 15 Oct 2023 00:41:14 +0200 Subject: [PATCH] refactor(ci): reduced timeout in e2e --- .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: