Skip to content

Commit 808607b

Browse files
committed
increase matplotlib gui test timeout
ci can be super slow
1 parent 09fedb7 commit 808607b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_matplotlib_eventloops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def execute(
3434

3535

3636
@pytest.mark.parametrize("gui", guis)
37+
@pytest.mark.timeout(300)
3738
def test_matplotlib_gui(kc, gui):
3839
"""Make sure matplotlib activates and its eventloop runs while the kernel is also responsive"""
3940
pytest.importorskip("matplotlib", reason="this test requires matplotlib")

0 commit comments

Comments
 (0)