Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/downloadmanager.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-09-27 18:53:59 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-27 18:53:59 (GMT)
commit2aa7486c21b71329016e6cec4f9c2322812e8a26 (patch)
tree9d9aaa8f24b116abce9e1852630e6bb68b2aa96f /downloadmanager.py
parent9f78690b24629f87731cee63e192ec87d8e90dc1 (diff)
Revert "Adapt to dbus-python API change"
This reverts commit 9f78690b24629f87731cee63e192ec87d8e90dc1.
Diffstat (limited to 'downloadmanager.py')
-rw-r--r--downloadmanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/downloadmanager.py b/downloadmanager.py
index beb8bc2..20f0d62 100644
--- a/downloadmanager.py
+++ b/downloadmanager.py
@@ -126,7 +126,7 @@ class Download:
datastore.write(self._dl_jobject,
reply_handler=self._internal_save_cb,
error_handler=self._internal_save_error_cb,
- timeout=360)
+ timeout=360000)
def _cleanup_datastore_write(self):
global _active_ds_writes