Skip to content
Snippets Groups Projects
Commit 7c070dfc authored by Daniel Salzman's avatar Daniel Salzman
Browse files

tests-extra: extend sleep interval between lsof calls

parent 376496c2
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ class Server(object):
if len(pids) == 1 and str(self.proc.pid) in pids:
return True
time.sleep(1)
time.sleep(4)
return False
......
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