Skip to content

Commit

Permalink
[pytest]: Increase timeout when checking services (#2000)
Browse files Browse the repository at this point in the history
Increase timeout during VS tests when checking DVS services

Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
  • Loading branch information
theasianpianist committed Nov 2, 2021
1 parent 67278be commit 8261c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def check_ready_status_and_init_db(self) -> None:
self.destroy()
raise

def check_services_ready(self, timeout=30) -> None:
def check_services_ready(self, timeout=60) -> None:
"""Check if all processes in the DVS are ready."""
service_polling_config = PollingConfig(1, timeout, strict=True)

Expand Down

0 comments on commit 8261c1f

Please sign in to comment.