diff --git a/lib/Slic3r/GUI.pm b/lib/Slic3r/GUI.pm index df011e910..5e2bc6fb1 100644 --- a/lib/Slic3r/GUI.pm +++ b/lib/Slic3r/GUI.pm @@ -354,7 +354,7 @@ sub notify { my $serv = $session->get_service('org.freedesktop.Notifications'); my $notifier = $serv->get_object('/org/freedesktop/Notifications', 'org.freedesktop.Notifications'); - $notifier->Notify('Slic3r', 0, $self->{icon}, $title, $message, [], {}, 5); + $notifier->Notify('Slic3r', 0, $self->{icon}, $title, $message, [], {}, 1500); } }; }