[Swift-commit] r5675 - trunk/bin

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Thu Feb 23 00:39:53 CST 2012


Author: davidk
Date: 2012-02-23 00:39:51 -0600 (Thu, 23 Feb 2012)
New Revision: 5675

Modified:
   trunk/bin/start-coaster-service
Log:
Need a bigger delay between dummy script starting and workers starting


Modified: trunk/bin/start-coaster-service
===================================================================
--- trunk/bin/start-coaster-service	2012-02-22 23:42:23 UTC (rev 5674)
+++ trunk/bin/start-coaster-service	2012-02-23 06:39:51 UTC (rev 5675)
@@ -414,6 +414,7 @@
 echo "echo(\"hi\");" >> hi.swift
 swift -sites.file sites.xml -tc.file tc.data -config cf hi.swift > /dev/null 2>&1 &
 DUMMYPID=$!
+sleep 15
 
 # Start workers
 case $WORKER_MODE in




More information about the Swift-commit mailing list