From 714ba1611125601e4eb21a2ceb5fa7f742d008b9 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 2 May 2016 16:51:49 -0700 Subject: disable py.test timeout by default, this breaks interactive debuggers --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6bc4ddf3..7d3fbee8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ before_script: - "python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\"" script: - - "py.test --cov netlib --cov mitmproxy --cov pathod ./test/$SCOPE" + - "py.test --timeout 60 --cov netlib --cov mitmproxy --cov pathod ./test/$SCOPE" after_success: - coveralls -- cgit v1.2.3