Skip to content

Commit 1457ee6

Browse files
twishabansalanubhav756
authored andcommitted
decrease back sleep time for local runs. Local sleep time highly depends on the system
1 parent 29e5876 commit 1457ee6

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
@@ -175,7 +175,7 @@ def toolbox_server(
175175
# Wait for server to start
176176
# Retry logic with a timeout
177177
for _ in range(5): # retries
178-
time.sleep(4)
178+
time.sleep(2)
179179
print("Checking if toolbox is successfully started...")
180180
if toolbox_server.poll() is None:
181181
print("Toolbox server started successfully.")

0 commit comments

Comments
 (0)