mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
use test timeouts
This commit is contained in:
parent
d8ae7c3e29
commit
ab3543ba4d
@ -11,7 +11,7 @@ install:
|
||||
- "pip install --user --src .. -r requirements.txt"
|
||||
- "python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\""
|
||||
test_script:
|
||||
- "py.test -s --cov libmproxy"
|
||||
- "py.test -s --cov libmproxy --timeout 30"
|
||||
cache:
|
||||
- C:\Users\appveyor\AppData\Local\pip\cache
|
||||
after_test:
|
||||
|
@ -61,7 +61,7 @@ before_script:
|
||||
- "openssl version -a"
|
||||
|
||||
script:
|
||||
- "py.test -s --cov libmproxy"
|
||||
- "py.test -s --cov libmproxy --timeout 30"
|
||||
|
||||
after_success:
|
||||
- coveralls
|
||||
|
Loading…
Reference in New Issue
Block a user