Fix #4958: Increase vitest timeout for Windows CI (#4959)

Co-authored-by: Chris Estreich <cestreich@gmail.com>
This commit is contained in:
roomote 2025-06-20 17:14:42 -07:00 committed by GitHub
parent d99ae582d0
commit 133af6ae64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -12,8 +12,6 @@ import * as fileSearch from "../../../services/search/file-search"
import { RepoPerTaskCheckpointService } from "../RepoPerTaskCheckpointService"
vitest.setConfig({ testTimeout: 20_000 })
const tmpDir = path.join(os.tmpdir(), "CheckpointService")
const initWorkspaceRepo = async ({

View file

@ -8,6 +8,8 @@ export default defineConfig({
watch: false,
reporters: ["dot"],
silent: true,
testTimeout: 20_000,
hookTimeout: 20_000,
},
resolve: {
alias: {