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
CMake
CMake
Commits
0af5ef0e
Commit
0af5ef0e
authored
Jul 14, 2005
by
Andy Cedilnik
Browse files
COMP: Remove warning and fix the logic
parent
81211fc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CTest/cmCTestTestCommand.cxx
View file @
0af5ef0e
...
...
@@ -38,8 +38,11 @@ cmCTestGenericHandler* cmCTestTestCommand::InitializeHandler()
}
else
{
// By default use timeout of 10 minutes
timeout
=
600
;
if
(
timeout
<=
0
)
{
// By default use timeout of 10 minutes
timeout
=
600
;
}
}
m_CTest
->
SetTimeOut
(
timeout
);
cmCTestGenericHandler
*
handler
=
m_CTest
->
GetInitializedHandler
(
"test"
);
...
...
Write
Preview
Supports
Markdown
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