From 4734dc814dae740cfd964d490ee48a5599121427 Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Wed, 21 Feb 2018 16:51:38 -0700 Subject: [PATCH] Bump timeout for pygrub that extracts kernel from the image; this appears to take forever on Geni racks (slow nodes, slow disk). --- clientside/tmcc/linux/xen/libvnode_xen.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientside/tmcc/linux/xen/libvnode_xen.pm b/clientside/tmcc/linux/xen/libvnode_xen.pm index f5d39fedc..f7f07f63f 100644 --- a/clientside/tmcc/linux/xen/libvnode_xen.pm +++ b/clientside/tmcc/linux/xen/libvnode_xen.pm @@ -5648,7 +5648,7 @@ sub ExtractKernelFromLinuxImage($$$) if ($childpid) { local $SIG{ALRM} = sub { kill("TERM", $childpid); }; - alarm 60; + alarm 120; waitpid($childpid, 0); my $stat = $?; alarm 0; -- 2.22.0