11 lines
460 B
Diff
11 lines
460 B
Diff
--- a/unoconv 2011-08-01 14:20:45.000000000 +0200
|
|
+++ b/unoconv 2011-08-01 14:21:01.000000000 +0200
|
|
@@ -534,7 +534,7 @@
|
|
unocontext = resolver.resolve("uno:%s" % op.connection)
|
|
break
|
|
except NoConnectException:
|
|
- time.sleep(0.5)
|
|
+ time.sleep(5)
|
|
timeout += 0.5
|
|
except:
|
|
raise
|