Skip to content
Snippets Groups Projects
Commit 3e88f62f authored by Robert Loehning's avatar Robert Loehning
Browse files

Squish: Hack for fixing waitForCleanShutdown()


Change-Id: I925a59fdd96f161a324375ebee4b4588dfd035fb
Reviewed-by: default avatarChristian Stenger <christian.stenger@digia.com>
parent 6c1067c2
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,7 @@ def waitForCleanShutdown(timeOut=10): ...@@ -63,6 +63,7 @@ def waitForCleanShutdown(timeOut=10):
shutdownDone=True shutdownDone=True
if not shutdownDone and datetime.utcnow() > endtime: if not shutdownDone and datetime.utcnow() > endtime:
break break
snooze(1)
def __removeTmpSettingsDir__(): def __removeTmpSettingsDir__():
waitForCleanShutdown() waitForCleanShutdown()
......
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