Skip to content
GitLab
Menu
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
a6188091
Commit
a6188091
authored
Sep 26, 2003
by
Leigh B. Stoller
Browse files
Bump timeout to 2 minutes. Runs every 5 minutes.
parent
a5572da5
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/plab/plabmetrics.in
View file @
a6188091
...
...
@@ -159,7 +159,7 @@ else {
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