Add retries to all webtorrent tests
This commit is contained in:
parent
261dac403a
commit
aa54733149
|
@ -439,6 +439,7 @@ describe('Test multiple servers', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Should add the file 3-2 by asking server 1', async function () {
|
it('Should add the file 3-2 by asking server 1', async function () {
|
||||||
|
this.retries(2)
|
||||||
this.timeout(30000)
|
this.timeout(30000)
|
||||||
|
|
||||||
const { data } = await servers[0].videos.list()
|
const { data } = await servers[0].videos.list()
|
||||||
|
@ -450,6 +451,7 @@ describe('Test multiple servers', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Should add the file 2 in 360p by asking server 1', async function () {
|
it('Should add the file 2 in 360p by asking server 1', async function () {
|
||||||
|
this.retries(2)
|
||||||
this.timeout(30000)
|
this.timeout(30000)
|
||||||
|
|
||||||
const { data } = await servers[0].videos.list()
|
const { data } = await servers[0].videos.list()
|
||||||
|
|
Loading…
Reference in New Issue