mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
test: run chrome with --disable-dev-shm-usage (#1633)
This might speedup tests on CI.
This commit is contained in:
parent
b2389b0734
commit
fc2fc0de5d
@ -50,7 +50,7 @@ const defaultBrowserOptions = {
|
||||
executablePath,
|
||||
slowMo,
|
||||
headless,
|
||||
args: ['--no-sandbox']
|
||||
args: ['--no-sandbox', '--disable-dev-shm-usage']
|
||||
};
|
||||
|
||||
const timeout = slowMo ? 0 : 10 * 1000;
|
||||
|
Loading…
Reference in New Issue
Block a user