]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/real-world/real-world.ts
Migrate to bull
[github/Chocobozzz/PeerTube.git] / server / tests / real-world / real-world.ts
index b7375f77826a84fef48fa2cedfa643ebbda42295..a96469b11181be6782ebdf872e370401b06a9f69 100644 (file)
@@ -347,7 +347,7 @@ function goodbye () {
 }
 
 async function isTherePendingRequests (servers: ServerInfo[]) {
-  const states: JobState[] = [ 'inactive', 'active', 'delayed' ]
+  const states: JobState[] = [ 'waiting', 'active', 'delayed' ]
   const tasks: Promise<any>[] = []
   let pendingRequests = false