Skip to content

Commit a8f1cdb

Browse files
authored
Increase docs snippet test timeout (#270)
1 parent 89e921c commit a8f1cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_docs_snippets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def sim_temperature_controller():
3737
print(process.communicate()[0])
3838

3939

40-
@pytest.mark.timeout(3)
40+
@pytest.mark.timeout(5)
4141
@pytest.mark.parametrize("filename", glob.glob("docs/snippets/*.py", recursive=True))
4242
def test_snippet(filename):
4343
runpy.run_path(filename)

0 commit comments

Comments
 (0)