Skip to content

Commit b5b6f50

Browse files
authored
Merge pull request #732 from bsipocz/MAINT_pytest_timeout
MAINT: adding the usage of pytest-timeout
2 parents 79276ed + c813d4a commit b5b6f50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ doctest_plus = enabled
77
text_file_format = rst
88
addopts = --doctest-rst --doctest-continue-on-failure
99
remote_data_strict = true
10+
timeout = 30
1011
filterwarnings =
1112
error
1213
ignore:numpy.ndarray size changed:RuntimeWarning
@@ -78,6 +79,7 @@ test =
7879
pytest-doctestplus>=0.13
7980
pytest-astropy
8081
requests-mock
82+
pytest-timeout
8183
docs =
8284
sphinx-astropy
8385

0 commit comments

Comments
 (0)