Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
111
Issues
111
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
8f2e1cc3
Commit
8f2e1cc3
authored
Sep 13, 2003
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump the timeout from one minute to two to refelect the fact that we
do a lot more to plab nodes, so they might take longer.
parent
7c962838
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tbsetup/vnode_setup.in
tbsetup/vnode_setup.in
+1
-1
No files found.
tbsetup/vnode_setup.in
View file @
8f2e1cc3
...
...
@@ -244,7 +244,7 @@ foreach my $node (@nodes) {
if
(
$syspid
)
{
local
$SIG
{
ALRM
}
=
sub
{
kill
("
TERM
",
$syspid
);
};
alarm
6
0
;
alarm
12
0
;
waitpid
(
$syspid
,
0
);
alarm
0
;
...
...
Write
Preview
Markdown
is supported
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