Squish: Raised snooze in waitForCleanShutdown()

Change-Id: Iae110755f979a78c5cb3e4199cfc851f1feccb0c
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
Robert Loehning
2012-10-19 12:48:12 +02:00
parent a1a3da9d2d
commit b262d50f13
+1 -1
View File
@@ -63,7 +63,7 @@ def waitForCleanShutdown(timeOut=10):
shutdownDone=True
if not shutdownDone and datetime.utcnow() > endtime:
break
snooze(1)
snooze(4)
def __removeTmpSettingsDir__():
waitForCleanShutdown()