Skip to content

Commit

Permalink
Merged for Macosx CI test.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 22, 2021
1 parent 816d8a9 commit c3b159a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/features/support/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Before({ timeout: 20000 }, async function (testCase) {
this.rowNumber = null
this.colNumber = null
this.latestFilePath = null
this.pageTimeout = 1000
this.pageTimeout = 8000
await fakeDialog.apply(this.app)
await applyMock(this.app)
await this.app.start()
Expand Down
6 changes: 3 additions & 3 deletions test/features/support/world.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ function createApp () {
return new Application({
path: electron,
args: ['dist/electron/main.js'],
startTimeout: 2000,
waitTimeout: 1000,
quitTimeout: 1000,
startTimeout: 20000,
waitTimeout: 10000,
quitTimeout: 5000,
env: {
ELECTRON_ENABLE_LOGGING: true,
ELECTRON_ENABLE_STACK_DUMPING: true
Expand Down

0 comments on commit c3b159a

Please sign in to comment.