Skip to content

Commit 9ad93f2

Browse files
committed
Increase timeout
1 parent c37535a commit 9ad93f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"scripts": {
2525
"test": "jest",
26-
"single": "jest src/single.test.js",
27-
"parallel": "jest src/parallel.test.js",
28-
"local": "jest src/local.test.js"
26+
"single": "jest src/single.test.js --timeout=120000",
27+
"parallel": "jest src/parallel.test.js --timeout=120000",
28+
"local": "jest src/local.test.js --timeout=120000"
2929
}
3030
}

0 commit comments

Comments
 (0)