We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be3aac commit 5558638Copy full SHA for 5558638
test/functional.js
@@ -84,7 +84,7 @@ describe('Functional tests using webpack', function() {
84
console.log('before');
85
this.timeout(30000);
86
console.log('before 2');
87
- puppeteer.launch({ headless: true, timeout: 25000 }).then(_browser => {
+ puppeteer.launch({ headless: true, args: ['--no-sandbox', '--disable-setuid-sandbox'] }).then(_browser => {
88
console.log('before 3');
89
browser = _browser;
90
done();
0 commit comments