Skip to content

Commit d327854

Browse files
committed
ci is _so_ slow
1 parent 38ce769 commit d327854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_matplotlib_eventloops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
def execute(
3333
kc: BlockingKernelClient,
3434
code: str,
35-
timeout=60,
35+
timeout=120,
3636
):
3737
msg_id = kc.execute(code)
3838
stdout, stderr = assemble_output(kc.get_iopub_msg, timeout=timeout, parent_msg_id=msg_id)

0 commit comments

Comments
 (0)