summaryrefslogtreecommitdiff
path: root/pytest.ini
blob: af021870d9fa5d3af2ba8e8bdd1cfc9a5ad5db88 (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; but let's make it 30s just to be sure.
timeout = 30
# 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