Fix reverse proxy test
This commit is contained in:
parent
28f3d1b36a
commit
e79d0ba56c
|
@ -95,7 +95,7 @@ describe('Test application behind a reverse proxy', function () {
|
||||||
it('Should rate limit logins', async function () {
|
it('Should rate limit logins', async function () {
|
||||||
const user = { username: 'root', password: 'fail' }
|
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)
|
await userLogin(server, user, 400)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue