Skip to content

setup.cfg: Set pytest default timeout

Jürg Billeter requested to merge juerg/pytest-timeout into master

This sets a default timeout of 15 minutes for tests to avoid hanging indefinitely. As the slowest test in CI normally takes less than 5 minutes, the timeout should be long enough to not trigger even on slower systems if everything operates normally.

Merge request reports