Change in vdsm[master]: jsonrpc: increase call timeout to allow valid response

ykaplan at redhat.com ykaplan at redhat.com
Thu Sep 24 07:33:09 UTC 2015


Yeela Kaplan has uploaded a new change for review.

Change subject: jsonrpc: increase call timeout to allow valid response
......................................................................

jsonrpc: increase call timeout to allow valid response

Timeout of 15 seconds is too low,
and is causing tests to fail.
Need to increase to allow slow operations to complete.

Change-Id: I6a7a37a38d7bc9ddb3462c94ca0d5da122bedab3
Signed-off-by: Yeela Kaplan <ykaplan at redhat.com>
---
M lib/yajsonrpc/__init__.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/50/46650/1

diff --git a/lib/yajsonrpc/__init__.py b/lib/yajsonrpc/__init__.py
index 03c49ed..4985074 100644
--- a/lib/yajsonrpc/__init__.py
+++ b/lib/yajsonrpc/__init__.py
@@ -26,7 +26,7 @@
 
 __all__ = ["betterAsyncore", "stompreactor", "stomp"]
 
-CALL_TIMEOUT = 15
+CALL_TIMEOUT = 30
 
 _STATE_INCOMING = 1
 _STATE_OUTGOING = 2


-- 
To view, visit https://gerrit.ovirt.org/46650
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6a7a37a38d7bc9ddb3462c94ca0d5da122bedab3
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yeela Kaplan <ykaplan at redhat.com>


More information about the vdsm-patches mailing list