Skip to content

Commit 8777776

Browse files
committed
tests: increase timeout in CI
License: MIT Signed-off-by: Henrique Dias <[email protected]>
1 parent 9f4c1fd commit 8777776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/launch.e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async function getPort () {
2727
// inside of `daemonReady`. To print them, pass DEBUG=true
2828

2929
describe('Application launch', function () {
30-
this.timeout(60000)
30+
this.timeout(process.env.CI ? 180000 : 60000)
3131
let app = null
3232

3333
afterEach(async function () {

0 commit comments

Comments
 (0)