summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/unoconv/files/unoconv-0.3-longer-timeout.patch')
-rw-r--r--app-office/unoconv/files/unoconv-0.3-longer-timeout.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-office/unoconv/files/unoconv-0.3-longer-timeout.patch b/app-office/unoconv/files/unoconv-0.3-longer-timeout.patch
new file mode 100644
index 000000000..6f0cd2e68
--- /dev/null
+++ b/app-office/unoconv/files/unoconv-0.3-longer-timeout.patch
@@ -0,0 +1,11 @@
+--- unoconv.~1~ 2010-04-08 17:05:44.000000000 +0200
++++ unoconv 2010-04-08 17:09:15.000000000 +0200
+@@ -375,7 +375,7 @@
+ error(2, "Trying to launch our own listener using %s." % bin)
+ try:
+ oopid = os.spawnvp(os.P_NOWAIT, bin, [bin, "-nologo", "-nodefault", "-accept=%s" % op.connection]);
+- time.sleep(1)
++ time.sleep(5)
+ unocontext = resolver.resolve("uno:%s" % op.connection)
+ break
+ except Exception, e: