mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Fix tests
This commit is contained in:
parent
c17a55fbca
commit
c106db1413
7 changed files with 9 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue