Skip to content

Commit b42003c

Browse files
committed
Revert "Update discover_unit_tests.py"
This reverts commit 556fb51.
1 parent d3a0035 commit b42003c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

codeflash/discovery/discover_unit_tests.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,6 @@ def process_test_files(
506506
cfg: TestConfig,
507507
functions_to_optimize: list[FunctionToOptimize] | None = None,
508508
) -> tuple[dict[str, set[FunctionCalledInTest]], int]:
509-
from time import sleep
510-
511509
import jedi
512510

513511
project_root_path = cfg.project_root_path
@@ -521,7 +519,7 @@ def process_test_files(
521519
num_discovered_tests = 0
522520
num_discovered_replay_tests = 0
523521
jedi_project = jedi.Project(path=project_root_path)
524-
sleep(0.0001)
522+
525523
with test_files_progress_bar(total=len(file_to_test_map), description="Processing test files") as (
526524
progress,
527525
task_id,

0 commit comments

Comments
 (0)