Skip to content

Commit

Permalink
Update service.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Dec 30, 2024
1 parent 9ad1f3d commit 5678bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisa/base_tools/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def wait_for_service_start(self, name: str) -> None:
return

self._log.debug(
f"service '{name}' is not ready yet, retrying... after 5 seconds"
f"service '{name}' is not ready yet, retrying... after 3 seconds"
)
sleep(3)

Expand Down

0 comments on commit 5678bbc

Please sign in to comment.