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 65a5b6a commit 64bdb06Copy full SHA for 64bdb06
codeflash/code_utils/config_consts.py
@@ -15,7 +15,7 @@
15
# LSP-specific
16
N_CANDIDATES_LSP = 3
17
N_TESTS_TO_GENERATE_LSP = 1
18
-TOTAL_LOOPING_TIME_LSP = 5.0
+TOTAL_LOOPING_TIME_LSP = 10.0 # Kept same timing for LSP mode to avoid in increase in performance reporting
19
20
21
def get_n_candidates() -> int:
0 commit comments