mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Server: split check params tests
This commit is contained in:
parent
818f7987eb
commit
efe923bcda
10 changed files with 1110 additions and 868 deletions
|
@ -34,7 +34,7 @@ function flushAndRunMultipleServers (totalServers, serversRun) {
|
|||
runServer(j, function (app, url) {
|
||||
anotherServerDone(j, app, url)
|
||||
})
|
||||
}, 1000 * j)
|
||||
}, 1000 * (j - 1))
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue