eng/tools/typespec-requirement/vite.config.ts (
6
lines of code) (
raw
):
import { defineConfig } from 'vite' export default defineConfig({ test: { // Default timeout of 5 seconds is too low testTimeout: 20000 } })