Skip to content

Commit bb99dfe

Browse files
authored
ci: increase mocha timeout (#1657)
chore: increase mocha timeout
1 parent fc2aa28 commit bb99dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
},
126126
"mocha": {
127127
"require": "test/setup.js",
128-
"timeout": 5000,
128+
"timeout": 10000,
129129
"extension": [
130130
"js",
131131
"ts"

0 commit comments

Comments
 (0)