Loading src/tests/ofc25/tests/Helper.py +2 −2 Original line number Diff line number Diff line Loading @@ -303,8 +303,8 @@ def wait_for_state_or_raise( expected_virtual_link_names: Optional[Set[str]], expected_e2e_services: int, expected_opt_connections: int, max_retry: int = 30, wait_seconds: float = 2.0, max_retry: int = 5, wait_seconds: float = 15.0, ) -> None: last_error: Exception = Exception('state not reached') for attempt in range(1, max_retry + 1): Loading Loading
src/tests/ofc25/tests/Helper.py +2 −2 Original line number Diff line number Diff line Loading @@ -303,8 +303,8 @@ def wait_for_state_or_raise( expected_virtual_link_names: Optional[Set[str]], expected_e2e_services: int, expected_opt_connections: int, max_retry: int = 30, wait_seconds: float = 2.0, max_retry: int = 5, wait_seconds: float = 15.0, ) -> None: last_error: Exception = Exception('state not reached') for attempt in range(1, max_retry + 1): Loading