]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/shared/live.ts
Try to have more robust live tests
[github/Chocobozzz/PeerTube.git] / server / tests / shared / live.ts
index 31f92ef19a568b5c5396d58d31eba97784b9924a..7935033110cff50e8324847454c0853bd692f9dc 100644 (file)
@@ -115,7 +115,8 @@ async function testLiveVideoResolutions (options: {
         baseUrlSegment: baseUrl,
         videoUUID: video.uuid,
         segmentName,
-        hlsPlaylist
+        hlsPlaylist,
+        withRetry: objectStorage // With object storage, the request may fail because of inconsistent data in S3
       })
 
       if (originServer.internalServerNumber === server.internalServerNumber) {