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 | c1c4366c7b7486494d3eca9c500c42a614e94f13 (patch) | |
tree | 267d0da1c1df85af8bfefb68c93f65058a239a74 | |
parent | 2e18b8cb5357902c5ee0561f19ae21b713853a00 (diff) | |
download | qpid-python-c1c4366c7b7486494d3eca9c500c42a614e94f13.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/qpid@791953 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | cpp/CTestConfig.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/CTestConfig.cmake b/cpp/CTestConfig.cmake index 4ec202f402..288d9333ae 100755 --- a/cpp/CTestConfig.cmake +++ b/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") |