fixed "waiting for auth" issue in the test suite

This commit is contained in:
Kevin Jahns 2017-04-28 11:21:26 +02:00
parent 47d5899058
commit 8e4efd9bba

View File

@ -37,7 +37,7 @@ module.exports = function (Y) {
ps.push(self.users[name].y.db.whenTransactionsFinished())
}
Promise.all(ps).then(resolve, reject)
}, 0)
}, 10)
})
},
flushOne: function flushOne () {