@@ -570,7 +570,7 class ABSConfiguration(Configuration): | |||
|
570 | 570 | route = 'http://'+module_ip+':'+str(module_port)+'/status' |
|
571 | 571 | |
|
572 | 572 | try: |
|
573 |
r = requests.get(route, timeout=0. |
|
|
573 | r = requests.get(route, timeout=0.6)#, timeout=0.7) | |
|
574 | 574 | answer = r.json() |
|
575 | 575 | modules_status[str(i)] = answer['status'] |
|
576 | 576 | module_messages[str(i)] = answer['message'] |
General Comments 0
You need to be logged in to leave comments.
Login now