diff options
Diffstat (limited to 'server/tests/api/redundancy/redundancy.ts')
-rw-r--r-- | server/tests/api/redundancy/redundancy.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/redundancy/redundancy.ts b/server/tests/api/redundancy/redundancy.ts index d20cb80f1..56a2af395 100644 --- a/server/tests/api/redundancy/redundancy.ts +++ b/server/tests/api/redundancy/redundancy.ts | |||
@@ -634,7 +634,7 @@ describe('Test videos redundancy', function () { | |||
634 | it('Should stop server 1 and expire video redundancy', async function () { | 634 | it('Should stop server 1 and expire video redundancy', async function () { |
635 | this.timeout(80000) | 635 | this.timeout(80000) |
636 | 636 | ||
637 | killallServers([ servers[0] ]) | 637 | await killallServers([ servers[0] ]) |
638 | 638 | ||
639 | await wait(15000) | 639 | await wait(15000) |
640 | 640 | ||
@@ -703,7 +703,7 @@ describe('Test videos redundancy', function () { | |||
703 | 703 | ||
704 | await waitJobs(servers) | 704 | await waitJobs(servers) |
705 | 705 | ||
706 | killallServers([ servers[0] ]) | 706 | await killallServers([ servers[0] ]) |
707 | await reRunServer(servers[0], { | 707 | await reRunServer(servers[0], { |
708 | redundancy: { | 708 | redundancy: { |
709 | videos: { | 709 | videos: { |