$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: troy_at_[hidden]
Date: 2007-05-26 08:02:57
Author: troy
Date: 2007-05-26 08:02:56 EDT (Sat, 26 May 2007)
New Revision: 4273
URL: http://svn.boost.org/trac/boost/changeset/4273
Log:
Reduce timeout to keep things moving.
Text files modified: 
   sandbox-branches/boost-cmake/boost_1_34_0/DartConfig.cmake |     3 +++                                     
   1 files changed, 3 insertions(+), 0 deletions(-)
Modified: sandbox-branches/boost-cmake/boost_1_34_0/DartConfig.cmake
==============================================================================
--- sandbox-branches/boost-cmake/boost_1_34_0/DartConfig.cmake	(original)
+++ sandbox-branches/boost-cmake/boost_1_34_0/DartConfig.cmake	2007-05-26 08:02:56 EDT (Sat, 26 May 2007)
@@ -7,6 +7,9 @@
 set(DROP_SITE "http://dart.resophonic.com:8081")
 set(DROP_LOCATION "boost_1_34_0")
 
+# no test may run longer than 3 minutes?  too loose?
+set(DART_TESTING_TIMEOUT 180)
+
 set(NOTES_DIR ${CMAKE_BINARY_DIR}/Testing/Notes)
 file(MAKE_DIRECTORY ${NOTES_DIR})