Skip to content

Commit da37066

Browse files
committed
fix chromeheadless timeout
1 parent 7519fae commit da37066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

karma.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function (config) {
1515
customLaunchers: {
1616
ChromeHeadlessNoSandbox: {
1717
base: 'ChromeHeadless',
18-
flags: ['--no-sandbox']
18+
flags: ['--no-sandbox', '--disable-dev-shm-usage']
1919
}
2020
},
2121
autoWatch: false,

0 commit comments

Comments
 (0)