Skip to content

Commit

Permalink
set integration tests time for 7 min
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKiral committed Oct 17, 2024
1 parent 02a7bb4 commit 1aaf670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ const minute = 60_000;
export default defineConfig({
test: {
dir: "tests/integration",
testTimeout: 5 * minute,
testTimeout: 7 * minute,
},
})

0 comments on commit 1aaf670

Please sign in to comment.