From ca1df7477d8178b2680f09c8e5d63cd94483535b Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Tue, 24 Oct 2017 11:27:51 -0700 Subject: Realizing no, this is only really useful for debugging. In normal testing it inflates test run time & also gets in the way of other pytest features. Mehh. Wish signal worked better. --- pytest.ini | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 pytest.ini (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index 582242ca..00000000 --- a/pytest.ini +++ /dev/null @@ -1,7 +0,0 @@ -[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 -- cgit v1.2.3