From 20b21826fd45b63b8bfc88fa7635cb67e3d171d0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 16 Aug 2002 18:54:33 +0000 Subject: raise the testing time from 8 to 12 seconds --- perl-install/Xconfig/test.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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; -- cgit v1.2.1