Skip just torque database timeout limit

This commit is contained in:
Daniel García Aubert
2018-11-05 19:10:08 +01:00
parent 6e7bd2585f
commit af4b9f57f5
2 changed files with 2 additions and 7 deletions
-5
View File
@@ -1275,11 +1275,6 @@ TestClient.prototype.setUserDatabaseTimeoutLimit = function (timeoutLimit, callb
});
step(
// we need to guarantee all new connections have the new settings
function beforeRefreshPoolConnection () {
const next = this;
psql.end(() => next());
},
function configureTimeouts () {
const timeoutSQLs = [
`ALTER ROLE "${publicuser}" SET STATEMENT_TIMEOUT TO ${timeoutLimit}`,