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
1a6b7412
Commit
1a6b7412
authored
Sep 03, 2003
by
Mike Hibler
Browse files
Fixed JAILED() test to behave as expected
parent
8ca690c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/common/watchdog
View file @
1a6b7412
...
...
@@ -41,7 +41,7 @@ my $logname = "$LOGDIR/emulab-watchdog.debug";
my
$pidfile
=
"
/var/run/emulab-watchdog.pid
";
my
$debug
=
0
;
my
$isalivewait
=
((
REMOTE
()
==
1
)
?
60
:
(
(
JAILED
()
==
1
)
?
600
:
180
));
# Seconds to wait.
(
JAILED
()
?
600
:
180
));
# Seconds to wait.
my
$driftfile
;
my
$vnodeid
;
...
...
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