]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/proxy.ts
Fix proxy tests
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / proxy.ts
index 3700b07462052ee940c5fc835e0e538410d6c6a3..71c444efd6a052ea1d3db3cc37fcbef11c500357 100644 (file)
@@ -149,7 +149,7 @@ describe('Test proxy', function () {
       await servers[0].run(ObjectStorageCommand.getDefaultMockConfig(), { env: badEnv })
 
       const { uuid } = await servers[0].videos.quickUpload({ name: 'video' })
-      await waitJobs(servers)
+      await waitJobs(servers, { skipDelayed: true })
 
       const video = await servers[0].videos.get({ id: uuid })