summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeViewGtk.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-05-12 18:04:35 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-05-12 18:04:35 +0200
commitbd866f389dcf33182d0e4a41912c93bfe87848b3 (patch)
tree3e620fcc55ecd363578c20d7c5381976c1b0b8d0 /DistUpgrade/DistUpgradeViewGtk.py
parentf16101b5e65adb8bac37ac0add1c62d5ec5644fd (diff)
downloadpython-apt-bd866f389dcf33182d0e4a41912c93bfe87848b3.tar.gz
* more wording (thanks to mpt)
Diffstat (limited to 'DistUpgrade/DistUpgradeViewGtk.py')
-rw-r--r--DistUpgrade/DistUpgradeViewGtk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py
index 6454bbe3..8611c033 100644
--- a/DistUpgrade/DistUpgradeViewGtk.py
+++ b/DistUpgrade/DistUpgradeViewGtk.py
@@ -118,7 +118,7 @@ class GtkFetchProgressAdapter(apt.progress.FetchProgress):
class GtkInstallProgressAdapter(InstallProgress):
# timeout with no status change when the terminal is expanded
# automatically
- TIMEOUT_TERMINAL_ACTIVITY = 120
+ TIMEOUT_TERMINAL_ACTIVITY = 240
def __init__(self,parent):
InstallProgress.__init__(self)