Skip to content

Commit 22c9799

Browse files
committed
Revert this
1 parent 4032ec7 commit 22c9799

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services/checkpoints/__tests__/ShadowCheckpointService.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ const initWorkspaceRepo = async ({
5050
}
5151

5252
describe.each([[RepoPerTaskCheckpointService, "RepoPerTaskCheckpointService"]])(
53-
// Add timeout here
5453
"CheckpointService",
5554
(klass, prefix) => {
5655
const taskId = "test-task"
@@ -634,5 +633,4 @@ describe.each([[RepoPerTaskCheckpointService, "RepoPerTaskCheckpointService"]])(
634633
})
635634
})
636635
},
637-
15000, // Add 15-second timeout
638636
)

0 commit comments

Comments
 (0)