Skip to content

Commit 64bdb06

Browse files
committed
config revert
1 parent 65a5b6a commit 64bdb06

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
@@ -15,7 +15,7 @@
1515
# LSP-specific
1616
N_CANDIDATES_LSP = 3
1717
N_TESTS_TO_GENERATE_LSP = 1
18-
TOTAL_LOOPING_TIME_LSP = 5.0
18+
TOTAL_LOOPING_TIME_LSP = 10.0 # Kept same timing for LSP mode to avoid in increase in performance reporting
1919

2020

2121
def get_n_candidates() -> int:

0 commit comments

Comments
 (0)