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 38ce769 commit d327854Copy full SHA for d327854
tests/test_matplotlib_eventloops.py
@@ -32,7 +32,7 @@
32
def execute(
33
kc: BlockingKernelClient,
34
code: str,
35
- timeout=60,
+ timeout=120,
36
):
37
msg_id = kc.execute(code)
38
stdout, stderr = assemble_output(kc.get_iopub_msg, timeout=timeout, parent_msg_id=msg_id)
0 commit comments