Skip to content

Commit

Permalink
tests: increase timeout in CI
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Henrique Dias <[email protected]>
  • Loading branch information
hacdias committed Apr 17, 2020
1 parent 18e6c79 commit bb2954e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/launch.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function getPort () {
// inside of `daemonReady`. To print them, pass DEBUG=true

describe('Application launch', function () {
this.timeout(60000)
this.timeout(process.env.CI ? 180000 : 60000)
let app = null

afterEach(async function () {
Expand Down

0 comments on commit bb2954e

Please sign in to comment.