Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 508e4fe

Browse files
committed
karma.conf.js: Increased timeout for Mocha
1 parent c3adb2e commit 508e4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = function (config) {
77
client: {
88
captureConsole: true,
99
mocha: {
10-
timeout: 10000,
10+
timeout: 30000,
1111
ui: 'bdd'
1212
}
1313
},

0 commit comments

Comments
 (0)