Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CamiTK
CamiTK Community Edition
Commits
d099bca4
Commit
d099bca4
authored
Jun 16, 2018
by
Emmanuel Promayon
Browse files
FIXED increase test timeout to 30min
parent
7a4086a5
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
sdk/cmake/ctest/ci-test.cmake
View file @
d099bca4
...
...
@@ -42,8 +42,8 @@ ci_start_log(FILENAME "${CI_PROJECT_LOG_DIRECTORY}/ci-test.log")
# ------------------------ STEP 2: test ------------------------
ci_log
(
"Step 2. Test all CAMITK_TARGETs... Using
${
NUMBER_OF_PROC
}
tests in parallel"
)
# set extra time for test (default is 600 s)
set
(
CTEST_TEST_TIMEOUT 1
5
00
)
# set extra time for test
to 30 min = 1800 s
(default is
10 min =
600 s)
set
(
CTEST_TEST_TIMEOUT 1
8
00
)
# Get the CAMITK_TARGETs listing (automatically created at configuration step)
include
(
"
${
CTEST_BINARY_DIRECTORY
}
/Subprojects.cmake"
)
...
...
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