summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center4
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center
index 61095ec1..642032aa 100755
--- a/control-center
+++ b/control-center
@@ -1091,11 +1091,11 @@ $SIG{TERM} = \&quit_global;
$window_splash->destroy;
undef $window_splash;
-Glib::Timeout->add(600, sub { $SIG{CHLD} = \&sig_child; sig_child('CHLD', 1); 1 });
+Glib::Timeout->add(1000, sub { $SIG{CHLD} = \&sig_child; sig_child('CHLD', 1); 1 });
if ($program) {
if (my $sub = $tool_callbacks{$program}) {
- Glib::Timeout->add(700, sub { $sub->(); 0 });
+ Glib::Timeout->add(1100, sub { $sub->(); 0 });
} else {
err_dialog(N("Error"), N("Impossible to run unknown '%s' program", $program));