[Swift-commit] r4742 - trunk/tests/sites

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Sat Jul 2 21:37:10 CDT 2011


Author: hategan
Date: 2011-07-02 21:37:10 -0500 (Sat, 02 Jul 2011)
New Revision: 4742

Modified:
   trunk/tests/sites/localhost.xml
Log:
if the inital score is too low, failing jobs get throttled and the 30 second timeout kicks in instead of getting to a useful error message

Modified: trunk/tests/sites/localhost.xml
===================================================================
--- trunk/tests/sites/localhost.xml	2011-07-03 02:34:09 UTC (rev 4741)
+++ trunk/tests/sites/localhost.xml	2011-07-03 02:37:10 UTC (rev 4742)
@@ -7,6 +7,8 @@
     <gridftp url="local://localhost" />
     <execution provider="local" url="none" />
     <workdirectory>_WORK_</workdirectory>
+    <profile namespace="karajan" key="jobThrottle">0.08</profile>
+    <profile namespace="karajan" key="initialScore">10000</profile>
   </pool>
 
 </config>




More information about the Swift-commit mailing list