diff options
-rw-r--r-- | client/src/app/+stats/video/video-stats.component.html | 2 | ||||
-rw-r--r-- | server/tests/api/object-storage/videos.ts | 2 | ||||
-rw-r--r-- | server/tests/api/views/video-views-counter.ts | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/client/src/app/+stats/video/video-stats.component.html b/client/src/app/+stats/video/video-stats.component.html index 2cd47bb26..adfe095a3 100644 --- a/client/src/app/+stats/video/video-stats.component.html +++ b/client/src/app/+stats/video/video-stats.component.html | |||
@@ -40,7 +40,7 @@ | |||
40 | <div ngbNav #nav="ngbNav" [activeId]="activeGraphId" (activeIdChange)="onChartChange($event)" class="nav-tabs"> | 40 | <div ngbNav #nav="ngbNav" [activeId]="activeGraphId" (activeIdChange)="onChartChange($event)" class="nav-tabs"> |
41 | 41 | ||
42 | <ng-container *ngFor="let availableChart of availableCharts" [ngbNavItem]="availableChart.id"> | 42 | <ng-container *ngFor="let availableChart of availableCharts" [ngbNavItem]="availableChart.id"> |
43 | <a ngbNavLink i18n> | 43 | <a ngbNavLink> |
44 | <span>{{ availableChart.label }}</span> | 44 | <span>{{ availableChart.label }}</span> |
45 | </a> | 45 | </a> |
46 | 46 | ||
diff --git a/server/tests/api/object-storage/videos.ts b/server/tests/api/object-storage/videos.ts index 22ad06305..e288e542e 100644 --- a/server/tests/api/object-storage/videos.ts +++ b/server/tests/api/object-storage/videos.ts | |||
@@ -406,6 +406,8 @@ describe('Object storage for videos', function () { | |||
406 | const maxUploadPart = '5MB' | 406 | const maxUploadPart = '5MB' |
407 | 407 | ||
408 | before(async function () { | 408 | before(async function () { |
409 | this.timeout(120000) | ||
410 | |||
409 | fixture = await generateHighBitrateVideo() | 411 | fixture = await generateHighBitrateVideo() |
410 | 412 | ||
411 | const { size } = await stat(fixture) | 413 | const { size } = await stat(fixture) |
diff --git a/server/tests/api/views/video-views-counter.ts b/server/tests/api/views/video-views-counter.ts index b8969d52d..42ef41fb3 100644 --- a/server/tests/api/views/video-views-counter.ts +++ b/server/tests/api/views/video-views-counter.ts | |||
@@ -34,7 +34,7 @@ describe('Test video views/viewers counters', function () { | |||
34 | let videoUUID: string | 34 | let videoUUID: string |
35 | 35 | ||
36 | before(async function () { | 36 | before(async function () { |
37 | this.timeout(30000) | 37 | this.timeout(120000) |
38 | 38 | ||
39 | const { uuid } = await servers[0].videos.quickUpload({ name: 'video' }) | 39 | const { uuid } = await servers[0].videos.quickUpload({ name: 'video' }) |
40 | videoUUID = uuid | 40 | videoUUID = uuid |