summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2017-05-31 17:41:05 -0400
committerJoan Touzet <joant@atypical.net>2017-05-31 17:41:05 -0400
commit6ae9afc5b29e9970482a750f4e1e03b05f2e9e9c (patch)
tree0ea7a7850b4b9aa1bdfc12d50836d0f5c564f6e9
parentacd74c801fbb597d75849711a5f773bb9cc9ae54 (diff)
downloadcouchdb-6ae9afc5b29e9970482a750f4e1e03b05f2e9e9c.tar.gz
attempt to stabilise users_db_security.js
-rw-r--r--test/javascript/tests/users_db_security.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/javascript/tests/users_db_security.js b/test/javascript/tests/users_db_security.js
index c56f9238a..06f74b1e6 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();
}
}