You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-office/unoconv/files/timeout.patch

12 lines
460 B

--- 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