Skip to content
Snippets Groups Projects
Commit a4af0032 authored by Daniel Salzman's avatar Daniel Salzman Committed by Jan Včelák
Browse files

tests-extra: reduce sleep (2 sec) interval between lsof calls

The previous value (4 sec) extended ixfr/from_differences execution
time by 40 minutes!
parent 7c070dfc
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(4)
time.sleep(2)
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