diff --git a/package.json b/package.json index 334fd9a..1b56dec 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "test:unit": "jest --coverage", "test": "npm run testcafe", "testcafe": "testcafe --config-file testcafe.json", - "testcafe:ci": "testcafe chrome:headless --config-file testcafe.json", + "testcafe:ci": "testcafe 'chrome:headless --no-sandbox --disable-dev-shm-usage' --config-file testcafe.json", "build-analyze": "ANALYZE=true npm run build", "prepare": "husky install" }, diff --git a/testcafe.json b/testcafe.json index b701aad..01d5da8 100644 --- a/testcafe.json +++ b/testcafe.json @@ -8,5 +8,5 @@ }, "skipJsErrors": true, "appCommand": "npm run serve", - "appInitDelay": 2000 + "appInitDelay": 10000 }