Skip to content

Commit 9c0fa45

Browse files
Merge pull request #445 from codeflash-ai/faster-concolic-testing
concolic time from 64 to 20s per condition
2 parents 639e42e + b00ae5b commit 9c0fa45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/verification/concolic_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def generate_concolic_tests(
4343
"crosshair",
4444
"cover",
4545
"--example_output_format=pytest",
46-
"--per_condition_timeout=64",
46+
"--per_condition_timeout=20",
4747
".".join(
4848
[
4949
function_to_optimize.file_path.relative_to(args.project_root)

0 commit comments

Comments
 (0)