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
Commits
ea6d0a27
Commit
ea6d0a27
authored
Mar 23, 2017
by
Timo Koch
Browse files
[test] Increase default timeout for tests
parent
0af81bf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/modules/DumuxTestMacros.cmake
View file @
ea6d0a27
...
...
@@ -54,7 +54,8 @@ macro(add_dumux_test dumux_test dumux_test_executable dumux_test_executable_sour
else
()
dune_add_test
(
NAME
${
dumux_test
}
TARGET
${
dumux_test_executable
}
COMMAND
${
dumux_test_args
}
)
COMMAND
${
dumux_test_args
}
TIMEOUT 600
)
# set default timeout
# tests always require the executable to run
set_tests_properties
(
${
dumux_test
}
PROPERTIES REQUIRED_FILES
${
dumux_test_executable
}
)
endif
()
...
...
Timo Koch
@timok
mentioned in commit
40e0aa86
·
Mar 23, 2017
mentioned in commit
40e0aa86
mentioned in commit 40e0aa86a9702f30507c6a509c244e1029f2d8d9
Toggle commit list
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