forked from pool/python-httpretty
e1ece73915
* Relax timeout for test_callback_response (bsc#1209571) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpretty?expand=0&rev=54
14 lines
510 B
Diff
14 lines
510 B
Diff
Index: httpretty-1.1.4/tests/functional/test_requests.py
|
|
===================================================================
|
|
--- httpretty-1.1.4.orig/tests/functional/test_requests.py
|
|
+++ httpretty-1.1.4/tests/functional/test_requests.py
|
|
@@ -456,7 +456,7 @@ def test_multipart():
|
|
|
|
|
|
@httprettified
|
|
-@within(two=miliseconds)
|
|
+@within(three=miliseconds)
|
|
def test_callback_response(now):
|
|
("HTTPretty should call a callback function and set its return value as the body of the response"
|
|
" requests")
|