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 fa9bd1f commit 7fae710Copy full SHA for 7fae710
tests/test_docs_snippets.py
@@ -37,7 +37,7 @@ def sim_temperature_controller():
37
print(process.communicate()[0])
38
39
40
-@pytest.mark.timeout(2)
+@pytest.mark.timeout(10)
41
@pytest.mark.parametrize("filename", glob.glob("docs/snippets/*.py", recursive=True))
42
def test_snippet(filename):
43
runpy.run_path(filename)
0 commit comments