Skip to content

Commit 417ab5c

Browse files
committed
ready to merge
1 parent a5ae7cb commit 417ab5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/code_utils/config_consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MAX_TEST_RUN_ITERATIONS = 5
22
INDIVIDUAL_TESTCASE_TIMEOUT = 15
33
MAX_FUNCTION_TEST_SECONDS = 60
4-
N_CANDIDATES = 10
4+
N_CANDIDATES = 5
55
MIN_IMPROVEMENT_THRESHOLD = 0.05
66
MAX_TEST_FUNCTION_RUNS = 50
77
MAX_CUMULATIVE_TEST_RUNTIME_NANOSECONDS = 100e6 # 100ms

0 commit comments

Comments
 (0)