You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2009/01/09 23:44:52 UTC

svn commit: r733182 - /couchdb/trunk/share/www/script/couch_test_runner.js

Author: damien
Date: Fri Jan  9 14:44:52 2009
New Revision: 733182

URL: http://svn.apache.org/viewvc?rev=733182&view=rev
Log:
Set go_faster=true in the test suite.

Modified:
    couchdb/trunk/share/www/script/couch_test_runner.js

Modified: couchdb/trunk/share/www/script/couch_test_runner.js
URL: http://svn.apache.org/viewvc/couchdb/trunk/share/www/script/couch_test_runner.js?rev=733182&r1=733181&r2=733182&view=diff
==============================================================================
--- couchdb/trunk/share/www/script/couch_test_runner.js (original)
+++ couchdb/trunk/share/www/script/couch_test_runner.js Fri Jan  9 14:44:52 2009
@@ -49,7 +49,7 @@
       var row = rows.get(offset);
       runTest($("th button", row).get(0), function() {
         offset += 1;
-        setTimeout(runNext, 1000);
+        setTimeout(runNext, 100);
       });
     }
   }