We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26d88f commit f62e7cdCopy full SHA for f62e7cd
tests/test_kernel.py
@@ -203,7 +203,7 @@ def parent_target():
203
204
received = 0
205
while received < iterations:
206
- msg = kc.get_iopub_msg(timeout=interval * 2)
+ msg = kc.get_iopub_msg(timeout=interval * 10)
207
if msg["msg_type"] != "stream":
208
continue
209
content = msg["content"]
@@ -235,7 +235,7 @@ async def async_task():
235
236
237
238
239
240
241
0 commit comments