From c27d057040bbde1f8afa15495987fa4302e33359 Mon Sep 17 00:00:00 2001 From: Murage Date: Tue, 17 Jan 2023 11:02:06 +0300 Subject: [PATCH] ci: some random change --- .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 0c3bf49..138b43f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: integration_test: name: Cypress E2E Tests runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 25 needs: [build_app] strategy: fail-fast: false