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
Toggle navigation
Open sidebar
MoReFEM
CoreLibrary
MoReFEM
Commits
d4582da6
Commit
d4582da6
authored
Jul 30, 2019
by
GILLES Sebastien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#859
Increase two test timeouts.
parent
e27b412e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Sources/Test/Utilities/Environment/CMakeLists.txt
Sources/Test/Utilities/Environment/CMakeLists.txt
+1
-1
Sources/Test/Utilities/TupleHasType/CMakeLists.txt
Sources/Test/Utilities/TupleHasType/CMakeLists.txt
+1
-1
No files found.
Sources/Test/Utilities/Environment/CMakeLists.txt
View file @
d4582da6
...
...
@@ -7,4 +7,4 @@ target_link_libraries(MoReFEMTestEnvironment
)
add_test
(
Environment MoReFEMTestEnvironment
)
set_tests_properties
(
Environment PROPERTIES TIMEOUT
2
)
set_tests_properties
(
Environment PROPERTIES TIMEOUT
5
)
Sources/Test/Utilities/TupleHasType/CMakeLists.txt
View file @
d4582da6
...
...
@@ -7,4 +7,4 @@ target_link_libraries(MoReFEMTestTuple
)
add_test
(
TestUtilitiesTuple MoReFEMTestTuple
)
set_tests_properties
(
TestUtilitiesTuple PROPERTIES TIMEOUT
2
)
set_tests_properties
(
TestUtilitiesTuple PROPERTIES TIMEOUT
5
)
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