From dcc534f92b3262818623eb17bbf98cd6014c781d Mon Sep 17 00:00:00 2001 From: Carlos Valente <34649812+cpvalente@users.noreply.github.com> Date: Thu, 16 Jun 2022 22:44:46 +0200 Subject: [PATCH] add timeout to test CI --- .github/workflows/ontime_cy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ontime_cy.yml b/.github/workflows/ontime_cy.yml index 5bdcff8e9..2d6734373 100644 --- a/.github/workflows/ontime_cy.yml +++ b/.github/workflows/ontime_cy.yml @@ -9,6 +9,7 @@ jobs: build: runs-on: ubuntu-latest + timeout-minutes: 20 env: CI: '' @@ -50,4 +51,4 @@ jobs: uses: cypress-io/github-action@v2 with: working-directory: ./server - start: yarn cypress \ No newline at end of file + start: yarn cypress