remove timeout

This commit is contained in:
ful1e5 2020-08-20 10:59:47 +05:30
parent 4a0db12c2b
commit 1a34ccb901

View file

@ -45,7 +45,6 @@ export const renderCursors = async ({
}: Config) => { }: Config) => {
const browser = await puppeteer.launch({ const browser = await puppeteer.launch({
ignoreDefaultArgs: [" --single-process ", "--no-sandbox"], ignoreDefaultArgs: [" --single-process ", "--no-sandbox"],
timeout:10000,
headless: true headless: true
}); });
try { try {