diff --git a/.github/workflows/cypress-integration-tests-mysql.yml b/.github/workflows/cypress-integration-tests-mysql.yml index f826d145096..488f431d339 100644 --- a/.github/workflows/cypress-integration-tests-mysql.yml +++ b/.github/workflows/cypress-integration-tests-mysql.yml @@ -43,6 +43,7 @@ jobs: matrix: job: [0] environment: test + timeout-minutes: 120 steps: - name: Free Disk Space (Ubuntu) uses: jlumbroso/free-disk-space@main diff --git a/.github/workflows/cypress-integration-tests-postgresql.yml b/.github/workflows/cypress-integration-tests-postgresql.yml index 453771faa2e..0c687f2ace1 100644 --- a/.github/workflows/cypress-integration-tests-postgresql.yml +++ b/.github/workflows/cypress-integration-tests-postgresql.yml @@ -43,6 +43,7 @@ jobs: matrix: job: [0] environment: test + timeout-minutes: 120 steps: - name: Free Disk Space (Ubuntu) uses: jlumbroso/free-disk-space@main