X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pcucontrol%2Fmodels%2FIPAL.py;fp=pcucontrol%2Fmodels%2FIPAL.py;h=a2ea026ebd6802490383aed2576cd6993b8e788a;hb=1c04163935026728755e777c29c3c234642e4235;hp=48394df1552271c5ab6603674adefae5e4266cb7;hpb=bc6dfbd5299e76b397c96b54ee67415489b94fd9;p=monitor.git diff --git a/pcucontrol/models/IPAL.py b/pcucontrol/models/IPAL.py index 48394df..a2ea026 100644 --- a/pcucontrol/models/IPAL.py +++ b/pcucontrol/models/IPAL.py @@ -17,7 +17,7 @@ class IPAL(PCUControl): try: # TODO: make sleep backoff, before stopping. - time.sleep(4) + time.sleep(8) ret = s.recv(count, socket.MSG_DONTWAIT) except socket.error, e: if e[0] == errno.EAGAIN: