We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e5876 commit 1457ee6Copy full SHA for 1457ee6
tests/conftest.py
@@ -175,7 +175,7 @@ def toolbox_server(
175
# Wait for server to start
176
# Retry logic with a timeout
177
for _ in range(5): # retries
178
- time.sleep(4)
+ time.sleep(2)
179
print("Checking if toolbox is successfully started...")
180
if toolbox_server.poll() is None:
181
print("Toolbox server started successfully.")
0 commit comments