Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Longer timeout
  • Loading branch information
timotheeguerin committed Nov 7, 2024
commit b8f35cdb9714351a659a0b648329eff1afcd1ff8
2 changes: 1 addition & 1 deletion tools/tsp-client/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from "vitest/config";

export default defineConfig({
test: {
testTimeout: 10_000,
testTimeout: 60_000,
exclude: ["test/examples/**", "dist/**", "**/node_modules/**"],
},
});