diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-07-07 19:43:04 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-07-07 19:43:04 +0000 |
commit | 4ed043e88a7a9ea3a68ab687e6dc028e656dfed0 (patch) | |
tree | 7f4f8388c66a4b5d03b840c9a75d1e7d816ca897 | |
parent | 0ef5fcf8bd7504443fbe00ecf1fd5c9f83550330 (diff) | |
download | qpid-python-4ed043e88a7a9ea3a68ab687e6dc028e656dfed0.tar.gz |
Change Nightly start time to 20:00 EST to catch all overnight and during the day builds together
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@791953 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | qpid/cpp/CTestConfig.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/CTestConfig.cmake b/qpid/cpp/CTestConfig.cmake index 4ec202f402..288d9333ae 100755 --- a/qpid/cpp/CTestConfig.cmake +++ b/qpid/cpp/CTestConfig.cmake @@ -5,7 +5,7 @@ ## ENABLE_TESTING() ## INCLUDE(CTest) set(CTEST_PROJECT_NAME "qpid-cpp") -set(CTEST_NIGHTLY_START_TIME "00:00:00 EST") +set(CTEST_NIGHTLY_START_TIME "20:00:00 EST") set(CTEST_DROP_METHOD "http") set(CTEST_DROP_SITE "www.riverace.com") |