Skip to content

Commit c374e08

Browse files
committed
Increased timeout time for mocha
1 parent adcfbdd commit c374e08

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module.exports = function (config) {
22
'use strict';
33

44
var configuration = {
5+
browserNoActivityTimeout: 30000,
6+
57
client: {
68
captureConsole: true,
79
mocha: {

0 commit comments

Comments
 (0)