Skip to content
Snippets Groups Projects
Commit 0eb870f5 authored by Auke Klazema's avatar Auke Klazema
Browse files

TMSS-367: Set timeout of check on running TMSS to 60

The timeout of 30 is to short. The underlying cause is not fully known
yet. But for some reason on both tmss-ua and scu the timeout of 30
causes the system to restart all the time.
parent 80a95614
No related branches found
No related tags found
1 merge request!239Resolve TMSS-367
...@@ -214,7 +214,7 @@ class TMSSDjangoServerInstance(): ...@@ -214,7 +214,7 @@ class TMSSDjangoServerInstance():
# wait for server to be up and running.... # wait for server to be up and running....
# or exit via TimeoutError # or exit via TimeoutError
self.check_running_server(timeout=30) self.check_running_server(timeout=60)
def stop(self): def stop(self):
''' '''
......
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