Skip to content
Snippets Groups Projects
Commit 58b564ab authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Service component:

- Updated wait loop time
parent c2208b4d
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!110Partial fix OECC/PSC'22 test, InterDomain component, and other side improvements
...@@ -62,7 +62,7 @@ def main(): ...@@ -62,7 +62,7 @@ def main():
grpc_service.start() grpc_service.start()
# Wait for Ctrl+C or termination signal # 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...') LOGGER.info('Terminating...')
grpc_service.stop() grpc_service.stop()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment