Author: fdmanana
Date: Mon Apr 18 10:51:00 2011
New Revision: 1094482
URL: http://svn.apache.org/viewvc?rev=1094482&view=rev
Log:
Avoid ocassional replication.js test failures
Ocassional failures happen sometimes on slower machines due to timing
issues. This should help on those machines.
Modified:
couchdb/trunk/share/www/script/test/replication.js
Modified: couchdb/trunk/share/www/script/test/replication.js
URL:
http://svn.apache.org/viewvc/couchdb/trunk/share/www/script/test/replication.js?rev=1094482&r1=1094481&r2=1094482&view=diff
==============================================================================
--- couchdb/trunk/share/www/script/test/replication.js (original)
+++ couchdb/trunk/share/www/script/test/replication.js Mon Apr 18 10:51:00 2011
@@ -154,7 +154,7 @@ couchTests.replication = function(debug)
sourceSeq = sourceDb.info().update_seq,
t0 = new Date(),
t1,
- ms = 1000;
+ ms = 3000;
do {
targetSeq = targetDb.info().update_seq;