Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Add timeout to pytest (OSGeo#2499)
Now the individual pytest tests are terminated after 300 seconds just like the gunittest ones. New dependency pytest-timeout is needed for testing to use the timeout (or avoid the warning about unused configuration). In the future, individual tests can change the time if needed using the pytest.mark.timeout decorator.
- Loading branch information