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
b71f5f90
Commit
b71f5f90
authored
Oct 10, 2003
by
Mac Newbold
Browse files
Fix a nit for Mike.
parent
8890a9cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/os_setup.in
View file @
b71f5f90
...
...
@@ -725,7 +725,8 @@ elsif (@vnodelist) {
# Build up maxwait as we go to be the highest of any pnode
$maxwait
=
max
(
$maxwait
,
90
+
(
100
*
$pnodevcount
{
$pnode
}));
}
print
"
(Waiting up to
$maxwait
seconds)
\n
";
if
(
$maxwait
%
60
!=
0
)
{
$maxwait
=
(
int
(
$maxwait
/
60
)
+
1
)
*
60
;
}
print
"
(Waiting up to
"
.
(
$maxwait
/
60
)
.
"
minutes)
\n
";
my
$u
=
60
;
# Update the user every 60 seconds.
my
$total
=
scalar
keys
%vnodes
;
...
...
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