Skip to content
This repository was archived by the owner on Apr 9, 2019. It is now read-only.

Commit a7e34b9

Browse files
committed
Increase mocha timeout
1 parent a22ec27 commit a7e34b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

karma.conf.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ module.exports = (config) => {
77
// base path that will be used to resolve all patterns (eg. files, exclude)
88
basePath: '',
99

10+
client: {
11+
mocha: {
12+
timeout: 5000
13+
}
14+
},
15+
1016
// frameworks to use
1117
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
1218
frameworks: ['mocha', 'chai'],

0 commit comments

Comments
 (0)