mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Co-authored-by: Chris Estreich <cestreich@gmail.com>
This commit is contained in:
parent
d99ae582d0
commit
133af6ae64
2 changed files with 2 additions and 2 deletions
|
|
@ -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 ({
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ export default defineConfig({
|
|||
watch: false,
|
||||
reporters: ["dot"],
|
||||
silent: true,
|
||||
testTimeout: 20_000,
|
||||
hookTimeout: 20_000,
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue