Skip to content

Commit 10a6331

Browse files
authored
Merge pull request #262 from codelion/fix-test-api
Update test_library_api.py
2 parents e253be4 + ba08e78 commit 10a6331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_library_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def _get_library_test_config(port: int = 8000) -> Config:
1616
"""Get config for library API tests with optillm server"""
1717
config = Config()
1818
config.max_iterations = 100
19-
config.checkpoint_interval = 25
19+
config.checkpoint_interval = 1
2020
config.database.in_memory = True
2121
config.evaluator.cascade_evaluation = False
2222
config.evaluator.parallel_evaluations = 1

0 commit comments

Comments
 (0)