Commit 58b564ab authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Service component:

- Updated wait loop time
parent c2208b4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ def main():
    grpc_service.start()

    # Wait for Ctrl+C or termination signal
    while not terminate.wait(timeout=0.1): pass
    while not terminate.wait(timeout=1.0): pass

    LOGGER.info('Terminating...')
    grpc_service.stop()