Skip to content

Commit faf8db5

Browse files
authored
increase test timeout (#433)
1 parent ca954f0 commit faf8db5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/create-hypergraph/vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default defineConfig({
55
include: ['./test/**/*.test.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
66
exclude: [],
77
globals: true,
8+
testTimeout: 10000,
89
coverage: {
910
provider: 'v8',
1011
},

0 commit comments

Comments
 (0)