mirror of https://github.com/Chocobozzz/PeerTube
Increase timeouts
parent
dda1e82133
commit
cf0dd18abc
|
@ -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>
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue