From 896efc3b5d1f11906757d6cfdfb89a4b451257ee Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Fri, 12 May 2023 22:52:32 +0800 Subject: [PATCH] ci: bump Cypress verify timeout --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3baf9e5d..7ff80b28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,8 @@ jobs: continue-on-error: ${{ matrix.os == 'windows-latest' }} env: FEATURE_FLAGS: ${{ matrix.flag-for-ts }} ${{ matrix.flag-for-jsx }} ${{ matrix.flag-for-router }} ${{ matrix.flag-for-pinia }} ${{ matrix.flag-for-vitest }} ${{ matrix.flag-for-e2e }} + # Sometimes the Linux runner can't verify Cypress in 30s + CYPRESS_VERIFY_TIMEOUT: 60000 steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 -- 2.39.5