Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
a8b317d3
Commit
a8b317d3
authored
Sep 28, 2012
by
Leigh B Stoller
Browse files
Bump alarm timeout on vnodeboot.
parent
e708a846
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/mkvnode.pl
View file @
a8b317d3
...
...
@@ -653,7 +653,7 @@ my $childpid = fork();
if
(
$childpid
)
{
my
$timedout
=
0
;
local
$SIG
{
ALRM
}
=
sub
{
kill
("
TERM
",
$childpid
);
$timedout
=
1
;
};
alarm
3
0
;
alarm
9
0
;
waitpid
(
$childpid
,
0
);
alarm
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment