From 34ad265bc0bb517acc4d5292e8025cc8e05931b7 Mon Sep 17 00:00:00 2001 From: "Damien F. Katz" Date: Fri, 9 Jan 2009 22:44:52 +0000 Subject: Set go_faster=true in the test suite. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@733182 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/couch_test_runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/www') diff --git a/share/www/script/couch_test_runner.js b/share/www/script/couch_test_runner.js index 59eafcde..921b9371 100644 --- a/share/www/script/couch_test_runner.js +++ b/share/www/script/couch_test_runner.js @@ -49,7 +49,7 @@ function runAllTests() { var row = rows.get(offset); runTest($("th button", row).get(0), function() { offset += 1; - setTimeout(runNext, 1000); + setTimeout(runNext, 100); }); } } -- cgit v1.2.3