Skip to content

Commit 29e5876

Browse files
twishabansalanubhav756
authored andcommitted
Increase sleep time for local runs
1 parent 20f3b7d commit 29e5876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
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(2)
178+
time.sleep(4)
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)