Skip to content

Commit

Permalink
wip: debugging APPVEYOR timeouts
Browse files Browse the repository at this point in the history
- switch to Node 12
- see if CI timeout is used

License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
lidel committed Apr 7, 2020
1 parent b5d3558 commit 37808b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ init:
- git config --global core.autocrlf input

install:
- ps: Install-Product node 10 x64
- ps: Install-Product node 12 x64
- npm install

build_script:
Expand Down
2 changes: 2 additions & 0 deletions test/e2e/launch.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ function createTmpDir () {
}

const timeout = process.env.CI ? 180000 : 60000
console.log('process.env.CI', process.env.CI)
console.log('E2E timeout', timeout)

describe('Application launch', function () {
this.timeout(timeout)
Expand Down

0 comments on commit 37808b2

Please sign in to comment.