summaryrefslogtreecommitdiff
path: root/share/www
diff options
context:
space:
mode:
authorDamien F. Katz <damien@apache.org>2009-01-09 22:44:52 +0000
committerDamien F. Katz <damien@apache.org>2009-01-09 22:44:52 +0000
commit34ad265bc0bb517acc4d5292e8025cc8e05931b7 (patch)
tree0bc875552ea49c4cb0a66855384839662b7d5e14 /share/www
parent87f45e73df3e37fbb631bcb14871c621ee77489b (diff)
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
Diffstat (limited to 'share/www')
-rw-r--r--share/www/script/couch_test_runner.js2
1 files changed, 1 insertions, 1 deletions
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);
});
}
}