mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-10-30 11:52:24 +03:00
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 () {
|
||||
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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user