Skip to content

Commit fe9092b

Browse files
twishabansalYuan325
authored andcommitted
Increase sleep time for local runs
1 parent db0b02a commit fe9092b

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
@@ -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(2)
161+
time.sleep(4)
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)