Add pytest-timeout.
This commit is contained in:
parent
8dc5c95cef
commit
8919a152fe
@ -33,3 +33,4 @@ qt_log_ignore =
|
|||||||
^virtual void QSslSocketBackendPrivate::transmit\(\) SSL write failed with error: -9805
|
^virtual void QSslSocketBackendPrivate::transmit\(\) SSL write failed with error: -9805
|
||||||
^virtual void QSslSocketBackendPrivate::transmit\(\) SSLRead failed with: -9805
|
^virtual void QSslSocketBackendPrivate::transmit\(\) SSLRead failed with: -9805
|
||||||
^Type conversion already registered from type .*
|
^Type conversion already registered from type .*
|
||||||
|
timeout = 25
|
||||||
|
1
tox.ini
1
tox.ini
@ -24,6 +24,7 @@ deps =
|
|||||||
pytest-faulthandler==1.0.1
|
pytest-faulthandler==1.0.1
|
||||||
pytest-sugar==0.5.1
|
pytest-sugar==0.5.1
|
||||||
pytest-travis-fold==1.1.0
|
pytest-travis-fold==1.1.0
|
||||||
|
pytest-timeout==0.5
|
||||||
xvfbwrapper==0.2.5
|
xvfbwrapper==0.2.5
|
||||||
hypothesis==1.12.0
|
hypothesis==1.12.0
|
||||||
coverage==4.0.1
|
coverage==4.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user