Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/tools/typespec-requirement/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { defineConfig } from "vitest/config";

export default defineConfig({
Expand All @@ -6,6 +6,6 @@
// Recommended fix is to *include* only the folders you want (more performant than excluding).
dir: "./test",
// Default timeout of 5 seconds is too low
testTimeout: 20000,
testTimeout: 40000,
},
});
Loading