mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Increased timeout to 3600, to prevent test timeouts with large file tests when submitting to an online dashboard.
This commit is contained in:
parent
a595c62d7f
commit
c132d94608
@ -6,10 +6,13 @@
|
||||
## ENABLE_TESTING()
|
||||
## INCLUDE(CTest)
|
||||
|
||||
set(CTEST_TEST_TIMEOUT "1")
|
||||
set(DART_TESTING_TIMEOUT "3600")
|
||||
|
||||
set(CTEST_PROJECT_NAME "netcdf-c")
|
||||
set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
|
||||
|
||||
set(CTEST_DROP_METHOD "http")
|
||||
set(CTEST_DROP_SITE "my.cdash.org")
|
||||
set(CTEST_DROP_SITE "my.cdash.org")
|
||||
set(CTEST_DROP_LOCATION "/submit.php?project=netcdf-c")
|
||||
set(CTEST_DROP_SITE_CDASH TRUE)
|
||||
|
Loading…
Reference in New Issue
Block a user