diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-12 18:04:35 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-12 18:04:35 +0200 |
| commit | bd866f389dcf33182d0e4a41912c93bfe87848b3 (patch) | |
| tree | 3e620fcc55ecd363578c20d7c5381976c1b0b8d0 /DistUpgrade/DistUpgradeViewGtk.py | |
| parent | f16101b5e65adb8bac37ac0add1c62d5ec5644fd (diff) | |
| download | python-apt-bd866f389dcf33182d0e4a41912c93bfe87848b3.tar.gz | |
* more wording (thanks to mpt)
Diffstat (limited to 'DistUpgrade/DistUpgradeViewGtk.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeViewGtk.py | 2 |
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) |
