🔧 Fix CI Problems

- Compress theme size in CI
- Timeout session fixed in Bitmapper
This commit is contained in:
ful1e5 2021-02-25 17:15:44 +05:30
parent c2e92552fc
commit b074327d14
2 changed files with 9 additions and 3 deletions

View file

@ -33,7 +33,7 @@ class BitmapsGenerator {
*/
public async getBrowser(): Promise<Browser> {
return await puppeteer.launch({
ignoreDefaultArgs: [" --single-process ", "--no-sandbox"],
ignoreDefaultArgs: ["--no-sandbox"],
headless: true,
});
}