##// END OF EJS Templates
requests delay...
Fiorella Quino -
r218:e5fffce61e83
parent child
Show More
@@ -570,7 +570,7 class ABSConfiguration(Configuration):
570 route = 'http://'+module_ip+':'+str(module_port)+'/status'
570 route = 'http://'+module_ip+':'+str(module_port)+'/status'
571
571
572 try:
572 try:
573 r = requests.get(route, timeout=0.5)#, timeout=0.7)
573 r = requests.get(route, timeout=0.6)#, timeout=0.7)
574 answer = r.json()
574 answer = r.json()
575 modules_status[str(i)] = answer['status']
575 modules_status[str(i)] = answer['status']
576 module_messages[str(i)] = answer['message']
576 module_messages[str(i)] = answer['message']
General Comments 0
You need to be logged in to leave comments. Login now