Add global 200s `pytest-timeout`
(cherry picked from committooling_skills_n_config_from_mtf_dev5998774535) (cherry picked from commit19dd6fc739)
parent
ba111b3042
commit
79a4cc2ae5
|
|
@ -193,6 +193,7 @@ all_bullets = true
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
minversion = '6.0'
|
minversion = '6.0'
|
||||||
|
timeout = 200 # per-test hard limit
|
||||||
# https://docs.pytest.org/en/stable/reference/reference.html#configuration-options
|
# https://docs.pytest.org/en/stable/reference/reference.html#configuration-options
|
||||||
testpaths = [
|
testpaths = [
|
||||||
'tests'
|
'tests'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue