Skip to content
Snippets Groups Projects
Commit 2aa82ac1 authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

Set default test timeout to 5m

parent a3474db7
No related branches found
No related tags found
1 merge request!287Fix summitdev scripts
......@@ -66,6 +66,9 @@ set(CTEST_PROJECT_NAME "ADIOS2")
set(CTEST_DROP_SITE "open.cdash.org")
set(dashboard_git_url "https://github.com/ornladios/ADIOS2.git")
if(NOT DEFINED CTEST_TEST_TIMEOUT)
set(CTEST_TEST_TIMEOUT 300)
endif()
if(NOT ADIOS_CTEST_SUBMIT_NOTES)
set(ADIOS_CTEST_SUBMIT_NOTES TRUE)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment