Skip to content

Commit

Permalink
Increased timeout for Spectron test
Browse files Browse the repository at this point in the history
  • Loading branch information
megastary committed Dec 20, 2019
1 parent 386fe32 commit aaa5640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/electron.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { testWithSpectron } = require('vue-cli-plugin-electron-builder')
jest.setTimeout(70000)
jest.setTimeout(120000)

test('Window Loads Properly', async () => {
// Wait for dev server to start
Expand Down

0 comments on commit aaa5640

Please sign in to comment.