Skip to content

Commit 35e525f

Browse files
authored
chore: Bump mocha timeout (#10571)
Equivalent of #10550 but for mocha, introduced in #10353. Fixes timeout from [this run](https://github.com/AztecProtocol/aztec-packages/actions/runs/12250863217/job/34177362100).
1 parent 323e2eb commit 35e525f

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

yarn-project/kv-store/.mocharc.json

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
2-
"require": "ts-node/register",
3-
"extensions": [
4-
"ts"
5-
],
6-
"spec": [
7-
"./src/**/!(indexeddb)/*.test.ts"
8-
],
9-
"node-option": [
10-
"experimental-specifier-resolution=node",
11-
"loader=ts-node/esm"
12-
]
13-
}
2+
"require": "ts-node/register",
3+
"extensions": [
4+
"ts"
5+
],
6+
"spec": [
7+
"./src/**/!(indexeddb)/*.test.ts"
8+
],
9+
"node-option": [
10+
"experimental-specifier-resolution=node",
11+
"loader=ts-node/esm"
12+
],
13+
"timeout": 30000
14+
}

0 commit comments

Comments
 (0)