Commit cb211a83 authored by Antoine Millet's avatar Antoine Millet
Browse files

Tag update timeout set to 10s

parent 939f1efe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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