Skip to content

Commit 8261c1f

Browse files
[pytest]: Increase timeout when checking services (sonic-net#2000)
Increase timeout during VS tests when checking DVS services Signed-off-by: Lawrence Lee <[email protected]>
1 parent 67278be commit 8261c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def check_ready_status_and_init_db(self) -> None:
459459
self.destroy()
460460
raise
461461

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

0 commit comments

Comments
 (0)