Skip to content

Commit a08d84c

Browse files
committed
Update GitHub CI test config
1 parent c4a3b02 commit a08d84c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

karma.conf.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ module.exports = function (config) {
4444
]
4545
}
4646
},
47+
logLevel: config.LOG_ERROR,
48+
autoWatch: false,
49+
singleRun: true,
50+
browserNoActivityTimeout: 40000,
4751
restartOnFileChange: true
4852
});
4953
};

0 commit comments

Comments
 (0)