diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index fe1a061d825d6c6d3fa5030bdb7beca148a7cdb1..b4d6604cd355178e10d82e597a912fc78b44495f 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -627,7 +627,7 @@
         <schedule
             interval="${time.oneHour}">
             <ant
-                antscript="${env.RELENG_CONTROL}/ant_low_priority.sh">
+                antscript="${env.RELENG_CONTROL}/ant_med_priority.sh">
                 <property
                     name="dependencyFileLocation"
                     value="helios/dependencies.properties"/>
@@ -700,7 +700,7 @@
         <schedule
             interval="${time.oneHour}">
             <ant
-                antscript="${env.RELENG_CONTROL}/ant_low_priority.sh">
+                antscript="${env.RELENG_CONTROL}/ant_high_priority.sh">
                 <property
                     name="dependencyFileLocation"
                     value="indigo/dependencies.properties"/>