add timeout

This commit is contained in:
Hongbo Wu
2024-07-04 12:56:28 +08:00
parent d9596baecc
commit 0a1b7345e9

View File

@ -1,4 +1,5 @@
{
"extension": ["ts"],
"spec": "test/**/*.test.ts"
"spec": "test/**/*.test.ts",
"timeout": 10000
}