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
6f53dff6
Commit
6f53dff6
authored
Jun 02, 2004
by
Leigh B. Stoller
Browse files
Cut back vnode timeout from 100 to 40 seconds.
parent
14591c5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/os_setup.in
View file @
6f53dff6
...
...
@@ -789,7 +789,7 @@ elsif (@vnodelist) {
my
$pnode
=
$vnode2pnode
{
$node
};
my
$islocal
=
exists
(
$nodes
{
$pnode
});
my
$wstart
=
$waitstart
{
$node
};
my
$maxwait
=
90
+
(
10
0
*
$pnodevcount
{
$pnode
});
my
$maxwait
=
90
+
(
4
0
*
$pnodevcount
{
$pnode
});
my
$curallocstate
;
TBGetNodeAllocState
(
$node
,
\
$curallocstate
);
...
...
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