summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-10-23 18:38:15 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-10-23 18:38:15 -0700
commit96bb67163f4cd1f073b787179cf29d02fe0b101e (patch)
tree5f965c1b54a6a4bd7e69bbd1e4496be5d52d5550
parentd909e65817fad281e50592a405022c8cb29a8f2c (diff)
downloadparamiko-96bb67163f4cd1f073b787179cf29d02fe0b101e.tar.gz
Nah
-rw-r--r--pytest.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/pytest.ini b/pytest.ini
index af021870..582242ca 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,7 +1,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
+# 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