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

TMSS-362: Raise timeout on Django Server check

parent ace72c26
No related branches found
No related tags found
1 merge request!215TMSS-362: Raise timeout on Django Server check
......@@ -208,7 +208,7 @@ class TMSSDjangoServerInstance():
# wait for server to be up and running....
# or exit via TimeoutError
self.check_running_server(timeout=10)
self.check_running_server(timeout=60)
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