move start time up one hour

This commit is contained in:
Ken Martin 2003-12-09 10:33:48 -05:00
parent cf42225c0b
commit 941c80a884
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Dashboard is opened for submissions for a 24 hour period starting at
# the specified NIGHLY_START_TIME. Time is specified in 24 hour format.
SET (NIGHTLY_START_TIME "22:00:00 EDT")
SET (NIGHTLY_START_TIME "21:00:00 EDT")
# Dart server to submit results (used by client)
IF(DROP_METHOD MATCHES http)