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 9a3cf95 commit 7821a30Copy full SHA for 7821a30
codeflash/optimization/function_optimizer.py
@@ -1886,7 +1886,7 @@ def run_and_parse_tests(
1886
*,
1887
enable_coverage: bool = False,
1888
pytest_min_loops: int = 5,
1889
- pytest_max_loops: int = 100_000,
+ pytest_max_loops: int = 250,
1890
code_context: CodeOptimizationContext | None = None,
1891
unittest_loop_index: int | None = None,
1892
line_profiler_output_file: Path | None = None,
0 commit comments