##// END OF EJS Templates
timeout connection 0.8...
Fiorella Quino -
r257:7bcdcaceb938
parent child
Show More
@@ -581,7 +581,7 class ABSConfiguration(Configuration):
581 route = 'http://'+module_ip+':'+str(module_port)+'/status'
581 route = 'http://'+module_ip+':'+str(module_port)+'/status'
582
582
583 try:
583 try:
584 r = requests.get(route, timeout=1)#, timeout=0.7)
584 r = requests.get(route, timeout=0.8)#, timeout=0.7)
585 answer = r.json()
585 answer = r.json()
586 modules_status[str(i)] = answer['status']
586 modules_status[str(i)] = answer['status']
587 module_messages[str(i)] = answer['message']
587 module_messages[str(i)] = answer['message']
General Comments 0
You need to be logged in to leave comments. Login now