diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-16 18:54:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-16 18:54:33 +0000 |
commit | 20b21826fd45b63b8bfc88fa7635cb67e3d171d0 (patch) | |
tree | 81ab6b848663a4eb048063b834612f0752bf9212 /perl-install | |
parent | f889c22d4d72746e06704cd02d3593bd078ee9cd (diff) | |
download | drakx-20b21826fd45b63b8bfc88fa7635cb67e3d171d0.tar drakx-20b21826fd45b63b8bfc88fa7635cb67e3d171d0.tar.gz drakx-20b21826fd45b63b8bfc88fa7635cb67e3d171d0.tar.bz2 drakx-20b21826fd45b63b8bfc88fa7635cb67e3d171d0.tar.xz drakx-20b21826fd45b63b8bfc88fa7635cb67e3d171d0.zip |
raise the testing time from 8 to 12 seconds
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Xconfig/test.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/test.pm b/perl-install/Xconfig/test.pm index 476a8db63..04074f042 100644 --- a/perl-install/Xconfig/test.pm +++ b/perl-install/Xconfig/test.pm @@ -112,7 +112,7 @@ sub test { $my_gtk::force_position = [ $w / 3, $h / 2.4 ]; $my_gtk::force_focus = 1; my $text = Gtk::Label->new; - my $time = 8; + my $time = 12; Gtk->timeout_add(1000, sub { $text->set(_("Leaving in %d seconds", $time)); $time-- or Gtk->main_quit; |