<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -28,7 +28,7 @@ var windmill = new function() {
 
     this.serviceDelay = 0;
     this.serviceDelayRunning = 0;
-    this.serviceDelayDefer = 800;
+    this.serviceDelayDefer = 0;
 
     this.safeWaits = true;
     </diff>
      <filename>windmill/html/js/wm/windmill.js</filename>
    </modified>
    <modified>
      <diff>@@ -188,7 +188,7 @@ windmill.xhr = new function() {
             if (_this.action.method != 'defer') {
               _this.runAction();
             } else {
-              windmill.serviceDelay = windmill.serviceDelayDefer;
+              //windmill.serviceDelay = windmill.serviceDelayDefer;
               windmill.ui.playback.resetPlayBack();
               windmill.stat(&quot;Ready, Waiting for tests...&quot;);
             }</diff>
      <filename>windmill/html/js/wm/xhr.js</filename>
    </modified>
    <modified>
      <diff>@@ -51,9 +51,17 @@
           });
         });
     });
+    
+    var ideLoad = function(){
+      $('execSpeed').value = windmill.serviceDelay;
+    };
+    var updateSpeed = function(){
+      windmill.serviceDelay = $('execSpeed').value;
+    };
+    
 	&lt;/script&gt;
 &lt;/head&gt;
-&lt;body&gt;
+&lt;body onload=&quot;ideLoad();&quot;&gt;
   &lt;img style=&quot;position:absolute;&quot; id=&quot;icon&quot; src=&quot;img/wmIcon.png&quot; alt=&quot;Welcome to Windmill!&quot;&gt;
   
   &lt;div id=&quot;menu&quot; style=&quot;position:relative;height:20px;z-index:99;font-size:11px&quot;&gt;
@@ -169,12 +177,16 @@
 
     &lt;/div&gt;
         
-    &lt;div id=&quot;dialog&quot; style=&quot;padding-top:0px;margin-top:0px;&quot;&gt;
+    &lt;div id=&quot;dialog&quot; title=&quot;Windmill Settings&quot; style=&quot;padding-top:0px;margin-top:0px;&quot;&gt;
       &lt;div id=&quot;settings&quot; style=&quot;font-size:12px;&quot;&gt;
        		&lt;form id='settingsForm' name='settingsForm'&gt;
-       			&lt;h3 style=&quot;color:#25444e&quot;&gt;Windmill Settings&lt;/h3&gt;
+            &lt;br&gt;
        		  &lt;strong&gt;System&lt;/strong&gt;&lt;br&gt;
        		&lt;table&gt;
+       		  &lt;tr&gt;
+       				&lt;td&gt;Test Execution Speed:&lt;/td&gt;
+       				&lt;td&gt; &lt;input type=&quot;text&quot; name=&quot;execSpeed&quot; value=&quot;0&quot; id=&quot;execSpeed&quot; size=&quot;4&quot; onchange=&quot;updateSpeed()&quot;&gt;&lt;/td&gt;
+       			&lt;/tr&gt;
        			&lt;tr&gt;
        				&lt;td&gt;Throw JavaScript errors, full debug:&lt;/td&gt;
        				&lt;td&gt; &lt;INPUT TYPE=checkbox UNCHECKED ID='throwDebug'&gt;&lt;/td&gt;</diff>
      <filename>windmill/html/remote.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ee8c8e924b2b7ae923c49f29b6b01365ed754522</id>
    </parent>
  </parents>
  <author>
    <name>Adam Christian</name>
    <email>adam.christian@gmail.com</email>
  </author>
  <url>http://github.com/mde/windmill/commit/08b4ceae2dbfa15e7cd7871b566daf3dfdd4e12a</url>
  <id>08b4ceae2dbfa15e7cd7871b566daf3dfdd4e12a</id>
  <committed-date>2009-09-08T17:48:06-07:00</committed-date>
  <authored-date>2009-09-08T17:48:06-07:00</authored-date>
  <message>Moving the speed commit the auto-wait branch</message>
  <tree>f53e288e5269df6cfaee511a49764bb4f4bffe9f</tree>
  <committer>
    <name>Adam Christian</name>
    <email>adam.christian@gmail.com</email>
  </committer>
</commit>
