Loading ccserver/db.py +1 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ class SRequestor(StaticRequestor): cb = tuple(to_update)[0].callback cb(watcher, obj, [t.name for t in to_update]) # Get and process the results: for update in watcher.wait(timeout=60): #TODO: adaptative timeout for update in watcher.wait(timeout=10): #TODO: adaptative timeout obj = update['data'] if 'return' not in update: continue #TODO: display error in tag value Loading Loading
ccserver/db.py +1 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ class SRequestor(StaticRequestor): cb = tuple(to_update)[0].callback cb(watcher, obj, [t.name for t in to_update]) # Get and process the results: for update in watcher.wait(timeout=60): #TODO: adaptative timeout for update in watcher.wait(timeout=10): #TODO: adaptative timeout obj = update['data'] if 'return' not in update: continue #TODO: display error in tag value Loading