Increased alarm time

This commit is contained in:
Juan 2018-09-17 12:25:38 +02:00
parent 41dd2d7060
commit f57ca0c010
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
vn-vmware (1.0.29) stable; urgency=low vn-vmware (1.0.30) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -233,7 +233,7 @@ sub main {
# TODO: Keep session alive on large operations # TODO: Keep session alive on large operations
$SIG{ALRM} = sub { $SIG{ALRM} = sub {
alarm(5); alarm(60);
my $si_view = Vim::get_service_instance(); my $si_view = Vim::get_service_instance();
$si_view->CurrentTime(); $si_view->CurrentTime();
}; };