Skip to content

Commit fa9bd1f

Browse files
committed
tune timeouts for CI
1 parent 603248a commit fa9bd1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_docs_snippets.py

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

3939

40+
@pytest.mark.timeout(2)
4041
@pytest.mark.parametrize("filename", glob.glob("docs/snippets/*.py", recursive=True))
4142
def test_snippet(filename):
4243
runpy.run_path(filename)

0 commit comments

Comments
 (0)