summaryrefslogtreecommitdiffhomepage
path: root/pytest.ini
blob: 582242ca203f08b3ec9fb3aca3170cea88e1e002 (plain)
1
2
3
4
5
6
7
[pytest]
# 10 seconds is more time than nearly any test ought to take and almost surely
# indicates a full-on deadlock.
timeout = 10
# Sadly the signal method of pytest-timeout does not appear to help, at least
# for the SFTP hangs encountered developing issue #1100.
timeout_method = thread