Skip to content

Commit

Permalink
timeout to 100 sec in vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiSherman committed Nov 5, 2023
1 parent f6d20a1 commit 99ce577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export default defineConfig({
typecheck: {
tsconfig: 'tsconfig.json',
},
testTimeout: 60000,
hookTimeout: 60000,
testTimeout: 100000,
hookTimeout: 100000,
// deps: {
// inline: true,
// },
Expand Down

0 comments on commit 99ce577

Please sign in to comment.