We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17164bb commit 091b04eCopy full SHA for 091b04e
__tests__/testWithSpectron.spec.js
@@ -15,7 +15,7 @@ test('basic tests pass', async () => {
15
// Create spectron test
16
await project.write(
17
'tests/unit/spectron.js',
18
- `jest.setTimeout(30000)
+ `jest.setTimeout(60000)
19
const { testWithSpectron } = require('vue-cli-plugin-electron-builder')
20
test('app loads a window', async () => {
21
const { app, stopServe } = await testWithSpectron()
0 commit comments