From 660748d4df4942262157430ca53b4036e66d24e7 Mon Sep 17 00:00:00 2001 From: jywarren Date: Mon, 25 Jan 2021 16:34:14 +0000 Subject: [PATCH] jest running in gitpod, some timeouts --- jest-puppeteer.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest-puppeteer.config.js b/jest-puppeteer.config.js index cd1ef4b5..99cfa590 100644 --- a/jest-puppeteer.config.js +++ b/jest-puppeteer.config.js @@ -1,5 +1,6 @@ module.exports = { launch: { + args: ['--no-sandbox', '--disable-setuid-sandbox'], // https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#setting-up-chrome-linux-sandbox headless: process.env.HEADLESS !== 'false', }, server: {