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
dumux-repositories
dumux-lecture
Commits
cd25e702
Commit
cd25e702
authored
Oct 08, 2019
by
Katharina Heck
Browse files
[fix][heavyoil] set timeout to 600 for all heavyoil tests
parent
4b02a2cb
Changes
3
Hide whitespace changes
Inline
Side-by-side
lecture/mm/heavyoil/sagd/CMakeLists.txt
View file @
cd25e702
...
...
@@ -2,6 +2,7 @@ add_input_file_links()
dune_add_test
(
NAME sagd
SOURCES sagd.cc
TIMEOUT 600
COMMAND
${
CMAKE_CURRENT_BINARY_DIR
}
/sagd
CMD_ARGS -TimeLoop.TEnd 43200 -TimeLoop.MaxTimeStepSize 21600
)
install
(
FILES
...
...
lecture/mm/heavyoil/sagdcyclic/CMakeLists.txt
View file @
cd25e702
...
...
@@ -2,6 +2,7 @@ add_input_file_links()
dune_add_test
(
NAME sagd_cyclic
SOURCES sagd_cyclic.cc
TIMEOUT 600
COMMAND
${
CMAKE_CURRENT_BINARY_DIR
}
/sagd_cyclic
CMD_ARGS -TimeLoop.TEnd 43200 -TimeLoop.MaxTimeStepSize 21600
)
...
...
lecture/mm/heavyoil/sagdcyclichyst/CMakeLists.txt
View file @
cd25e702
...
...
@@ -2,6 +2,7 @@ add_input_file_links()
dune_add_test
(
NAME sagd_cyclic_hyst
SOURCES sagd_cyclic_hyst.cc
TIMEOUT 600
COMMAND
${
CMAKE_CURRENT_BINARY_DIR
}
/sagd_cyclic_hyst
CMD_ARGS -TimeLoop.TEnd 43200 -TimeLoop.MaxTimeStepSize 21600
)
...
...
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