Fix reverse proxy test

This commit is contained in:
Chocobozzz 2019-02-11 11:01:50 +01:00
parent 28f3d1b36a
commit e79d0ba56c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ describe('Test application behind a reverse proxy', function () {
it('Should rate limit logins', async function () {
const user = { username: 'root', password: 'fail' }
for (let i = 0; i < 14; i++) {
for (let i = 0; i < 19; i++) {
await userLogin(server, user, 400)
}