Skip to content

Commit 091b04e

Browse files
committed
increase timeout for testWithSpectron e2e test
1 parent 17164bb commit 091b04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/testWithSpectron.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test('basic tests pass', async () => {
1515
// Create spectron test
1616
await project.write(
1717
'tests/unit/spectron.js',
18-
`jest.setTimeout(30000)
18+
`jest.setTimeout(60000)
1919
const { testWithSpectron } = require('vue-cli-plugin-electron-builder')
2020
test('app loads a window', async () => {
2121
const { app, stopServe } = await testWithSpectron()

0 commit comments

Comments
 (0)