increase waitJobs pendingJobs timeout to 2000

pull/1513/head
Josh Morel 2019-01-06 13:15:06 -05:00 committed by Chocobozzz
parent e76d578414
commit 1de1d05f4c
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ async function waitJobs (serversArg: ServerInfo[] | ServerInfo) {
// Retry, in case of new jobs were created
if (pendingRequests === false) {
await wait(1000)
await wait(2000)
await Promise.all(tasks)
}