You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/05/31 21:41:21 UTC

[couchdb] branch master updated: attempt to stabilise users_db_security.js

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git

The following commit(s) were added to refs/heads/master by this push:
       new  6ae9afc   attempt to stabilise users_db_security.js
6ae9afc is described below

commit 6ae9afc5b29e9970482a750f4e1e03b05f2e9e9c
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Wed May 31 17:41:05 2017 -0400

    attempt to stabilise users_db_security.js
---
 test/javascript/tests/users_db_security.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/javascript/tests/users_db_security.js b/test/javascript/tests/users_db_security.js
index c56f923..06f74b1 100644
--- a/test/javascript/tests/users_db_security.js
+++ b/test/javascript/tests/users_db_security.js
@@ -338,6 +338,7 @@ couchTests.users_db_security = function(debug) {
       } finally {
         CouchDB.login("jan", "apple");
         usersDb.deleteDb(); // cleanup
+        sleep(5000);
         usersDb.createDb();
       }
     }

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].