Skip to content
GitLab
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
7fa79359
Commit
7fa79359
authored
May 29, 2002
by
Leigh B. Stoller
Browse files
Increase remote node timeout to 60 seconds.
parent
49890dcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/vnode_setup.in
View file @
7fa79359
...
...
@@ -180,7 +180,7 @@ foreach my $node (@nodes) {
if
(
$syspid
)
{
local
$SIG
{
ALRM
}
=
sub
{
kill
("
TERM
",
$syspid
);
};
alarm
3
0
;
alarm
6
0
;
waitpid
(
$syspid
,
0
);
alarm
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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