Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Elijah Grubb
emulab-devel
Commits
40a0bc57
Commit
40a0bc57
authored
Jun 21, 2002
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase tmcc timeout for remote nodes to 10 seconds.
parent
628ac5fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tmcd/common/libsetup.pm
tmcd/common/libsetup.pm
+1
-1
tmcd/libsetup.pm
tmcd/libsetup.pm
+1
-1
No files found.
tmcd/common/libsetup.pm
View file @
40a0bc57
...
...
@@ -1587,7 +1587,7 @@ sub remotenodeupdate()
# Do account stuff.
#
{
local
$tmcctimeout
=
5
;
local
$tmcctimeout
=
10
;
print
STDOUT
"
Checking Testbed group/user configuration ...
\n
";
doaccounts
();
...
...
tmcd/libsetup.pm
View file @
40a0bc57
...
...
@@ -1587,7 +1587,7 @@ sub remotenodeupdate()
# Do account stuff.
#
{
local
$tmcctimeout
=
5
;
local
$tmcctimeout
=
10
;
print
STDOUT
"
Checking Testbed group/user configuration ...
\n
";
doaccounts
();
...
...
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