Slow down the Impress start up loop

This commit is contained in:
Tim Bentley 2012-10-16 19:21:32 +01:00
parent 0f0cf5987c
commit 540fe6fd1b

View File

@ -27,6 +27,7 @@
###############################################################################
import logging
import os
import time
from PyQt4 import QtCore
@ -123,6 +124,7 @@ class OooImport(SongImport):
try:
uno_instance = get_uno_instance(resolver)
except NoConnectException:
time.sleep(0.1)
log.exception("Failed to resolve uno connection")
self.startOooProcess()
loop += 1