Skip to content

Commit 90d7334

Browse files
committed
debug
1 parent b650d9e commit 90d7334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('Functional tests using webpack', function() {
8484
console.log('before');
8585
this.timeout(30000);
8686
console.log('before 2');
87-
puppeteer.launch({ headless: true }).then(_browser => {
87+
puppeteer.launch({ headless: true, timeout: 25000 }).then(_browser => {
8888
console.log('before 3');
8989
browser = _browser;
9090
done();

0 commit comments

Comments
 (0)