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 09fedb7 commit 808607bCopy full SHA for 808607b
tests/test_matplotlib_eventloops.py
@@ -34,6 +34,7 @@ def execute(
34
35
36
@pytest.mark.parametrize("gui", guis)
37
+@pytest.mark.timeout(300)
38
def test_matplotlib_gui(kc, gui):
39
"""Make sure matplotlib activates and its eventloop runs while the kernel is also responsive"""
40
pytest.importorskip("matplotlib", reason="this test requires matplotlib")
0 commit comments