mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-02-09 08:28:29 -06:00
ci: bump ts e2e test duration on appveyor
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
jest.setTimeout(40000)
|
||||
jest.setTimeout(process.env.APPVEYOR ? 1200000 : 40000)
|
||||
|
||||
const create = require('@vue/cli-test-utils/createTestProject')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user