You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# NOTE: this waits for the jupyter to send message, but is not quite enough
78
-
withlog_context(
79
-
logging.INFO,
80
-
f"Waiting for {service_key} to be responsive (waiting for {_SERVICE_NAME_EXPECTED_RESPONSE_TO_WAIT_FOR.get(service_key, _DEFAULT_RESPONSE_TO_WAIT_FOR)})",
81
-
), page.expect_response(
82
-
_SERVICE_NAME_EXPECTED_RESPONSE_TO_WAIT_FOR.get(
83
-
service_key, _DEFAULT_RESPONSE_TO_WAIT_FOR
75
+
with (
76
+
log_context(
77
+
logging.INFO,
78
+
f"Waiting for {service_key} to be responsive (waiting for {_SERVICE_NAME_EXPECTED_RESPONSE_TO_WAIT_FOR.get(service_key, _DEFAULT_RESPONSE_TO_WAIT_FOR)})",
0 commit comments