From 38321156185487dba9aa70001118aef4a844295d Mon Sep 17 00:00:00 2001 From: hlomzik Date: Fri, 17 Mar 2023 14:09:16 +0000 Subject: [PATCH] ci: Number of tests is increasing, need more time --- .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 0fbd55ebc..41fccf75e 100644 --- a/.github/workflows/e2e_tests.yml +++ b/.github/workflows/e2e_tests.yml @@ -86,7 +86,7 @@ jobs: yarn install --frozen-lockfile - name: Run e2e test suite - timeout-minutes: 30 # 8-10 minutes is enough to pass tests + timeout-minutes: 40 env: NODE_ENV: 'production' TEST_ENV: true