mirror of https://github.com/vuejs/core.git
chore: update e2eUtils puppeteer options
This commit is contained in:
parent
b3bd3a210a
commit
b97ad0ee9a
|
@ -9,7 +9,7 @@ export const E2E_TIMEOUT = 30 * 1000
|
||||||
|
|
||||||
const puppeteerOptions: PuppeteerLaunchOptions = {
|
const puppeteerOptions: PuppeteerLaunchOptions = {
|
||||||
args: process.env.CI ? ['--no-sandbox', '--disable-setuid-sandbox'] : [],
|
args: process.env.CI ? ['--no-sandbox', '--disable-setuid-sandbox'] : [],
|
||||||
headless: 'new',
|
headless: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
const maxTries = 30
|
const maxTries = 30
|
||||||
|
|
Loading…
Reference in New Issue