We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e92f3 commit 53f048cCopy full SHA for 53f048c
src/services/checkpoints/__tests__/ShadowCheckpointService.spec.ts
@@ -12,7 +12,7 @@ import * as fileSearch from "../../../services/search/file-search"
12
13
import { RepoPerTaskCheckpointService } from "../RepoPerTaskCheckpointService"
14
15
-vitest.setConfig({ testTimeout: 10_000 })
+vitest.setConfig({ testTimeout: 20_000 })
16
17
const tmpDir = path.join(os.tmpdir(), "CheckpointService")
18
0 commit comments