Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 6e92b19

Browse files
committed
increase mocha timeout
1 parent 68d0d1e commit 6e92b19

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
@@ -58,7 +58,7 @@ module.exports = function (config) {
5858
client: {
5959
mocha: {
6060
reporter: 'html',
61-
timeout: 5000
61+
timeout: 10000
6262
}
6363
}
6464
});

0 commit comments

Comments
 (0)