Skip to content

Commit 724e1e8

Browse files
committed
test: set timeout to 20000
1 parent d3a9761 commit 724e1e8

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
@@ -89,7 +89,7 @@ module.exports = (config) => {
8989

9090
client: {
9191
mocha: {
92-
timeout: 10000
92+
timeout: 20000
9393
}
9494
},
9595

0 commit comments

Comments
 (0)