1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Fix tests

This commit is contained in:
Chocobozzz 2023-05-10 16:23:55 +02:00
parent c17a55fbca
commit c106db1413
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 9 additions and 9 deletions

View file

@ -33,7 +33,7 @@ export class StreamingPlaylistsCommand extends AbstractCommand {
} catch (err) {
if (!withRetry || currentRetry > 5) throw err
await wait(100)
await wait(250)
return this.get({
...options,
@ -68,7 +68,7 @@ export class StreamingPlaylistsCommand extends AbstractCommand {
} catch (err) {
if (!withRetry || currentRetry > 5) throw err
await wait(100)
await wait(250)
return this.getFragmentedSegment({
...options,
@ -101,7 +101,7 @@ export class StreamingPlaylistsCommand extends AbstractCommand {
} catch (err) {
if (!withRetry || currentRetry > 5) throw err
await wait(100)
await wait(250)
return this.getSegmentSha256({
...options,