Projet

Général

Profil

0001-wscall-increase-timeout-to-30s-10246.patch

Thomas Noël, 09 mars 2016 17:25

Télécharger (696 octets)

Voir les différences:

Subject: [PATCH] wscall: increase timeout to 30s (#10246)

 wcs/wf/wscall.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
wcs/wf/wscall.py
29 29
        template_on_formdata, AbortActionException)
30 30
from wcs.api import sign_url
31 31

  
32
TIMEOUT = 15
32
TIMEOUT = 30
33 33

  
34 34
class JournalWsCallErrorPart: #pylint: disable=C1001
35 35
    content = None
36
-