diff --git a/instana/fsm.py b/instana/fsm.py index 399c0187..62149887 100644 --- a/instana/fsm.py +++ b/instana/fsm.py @@ -70,7 +70,7 @@ def __init__(self, agent): "onpending": self.agent.start, "onready": self.on_ready}}) - self.timer = t.Timer(5, self.fsm.lookup) + self.timer = t.Timer(1, self.fsm.lookup) self.timer.daemon = True self.timer.name = self.THREAD_NAME self.timer.start()