From: Haoqun Jiang Date: Fri, 12 May 2023 14:52:32 +0000 (+0800) Subject: ci: bump Cypress verify timeout X-Git-Tag: v3.6.4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=896efc3b5d1f11906757d6cfdfb89a4b451257ee;p=thirdparty%2Fvuejs%2Fcreate-vue.git ci: bump Cypress verify timeout --- 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