Skip to content

Commit

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

0 comments on commit eea8d92

Please sign in to comment.