Skip to content

Commit cc5f757

Browse files
更新 test_black_box.py
1 parent b929741 commit cc5f757

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/python/tests/test_black_box.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_mira_file(mira_file: Path, vm_helpers: dict) -> None:
4747
pool = ThreadPoolExecutor(max_workers=MAX_WORKERS) if MAX_WORKERS > 0 else None
4848

4949
try:
50-
config_checkpoint(30000 if is_huge else 10000)
50+
config_checkpoint(90000 if is_huge else 10000)
5151
if pool is not None:
5252
futures = [
5353
pool.submit(_run_mira_file, mira_file, dict(vm_helpers))

0 commit comments

Comments
 (0)