Skip to content

Commit 7da9d9f

Browse files
committed
[CI] Fix Puppeteer launch timeout
1 parent 0bc8b1d commit 7da9d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe('Functional tests using webpack', function() {
8181
this.timeout(10000);
8282

8383
before(function(done) {
84-
puppeteer.launch().then(_browser => {
84+
puppeteer.launch({ headless: true }).then(_browser => {
8585
browser = _browser;
8686
done();
8787
});

0 commit comments

Comments
 (0)