Increase timeouts

pull/5004/head
Chocobozzz 2022-05-18 15:16:34 +02:00
parent dda1e82133
commit cf0dd18abc
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 4 additions and 2 deletions

View File

@ -40,7 +40,7 @@
<div ngbNav #nav="ngbNav" [activeId]="activeGraphId" (activeIdChange)="onChartChange($event)" class="nav-tabs">
<ng-container *ngFor="let availableChart of availableCharts" [ngbNavItem]="availableChart.id">
<a ngbNavLink i18n>
<a ngbNavLink>
<span>{{ availableChart.label }}</span>
</a>

View File

@ -406,6 +406,8 @@ describe('Object storage for videos', function () {
const maxUploadPart = '5MB'
before(async function () {
this.timeout(120000)
fixture = await generateHighBitrateVideo()
const { size } = await stat(fixture)

View File

@ -34,7 +34,7 @@ describe('Test video views/viewers counters', function () {
let videoUUID: string
before(async function () {
this.timeout(30000)
this.timeout(120000)
const { uuid } = await servers[0].videos.quickUpload({ name: 'video' })
videoUUID = uuid