Skip to content

Commit

Permalink
set timeout to 2.5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Feb 24, 2024
1 parent eea8d92 commit 7ec3c77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generator/konfig-integration-tests/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default defineConfig({
test: {
exclude: [...configDefaults.exclude, "sdks/**/*"],
watch: false,
testTimeout: 150_000,
reporters: ["default", "html"],
},
});

0 comments on commit 7ec3c77

Please sign in to comment.