Skip to content

Commit f989a4f

Browse files
twishabansalYuan325
authored andcommitted
decrease back sleep time for local runs. Local sleep time highly depends on the system
1 parent fe9092b commit f989a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def toolbox_server(toolbox_version: str, tools_file_path: str) -> Generator[None
158158
# Wait for server to start
159159
# Retry logic with a timeout
160160
for _ in range(5): # retries
161-
time.sleep(4)
161+
time.sleep(2)
162162
print("Checking if toolbox is successfully started...")
163163
if toolbox_server.poll() is None:
164164
print("Toolbox server started successfully.")

0 commit comments

Comments
 (0)