Increase test timeout

pull/4055/head
Chocobozzz 2021-05-07 15:17:43 +02:00 committed by Chocobozzz
parent 4b91bc1525
commit 4076e2ef6b
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
{{ follower}}
</a>
<button i18n class="showMore" *ngIf="!loadedAllFollowers && canLoadMoreFollowers()" (click)="loadAllFollowers()">Show full list</button>
<button i18n class="show-more" *ngIf="!loadedAllFollowers && canLoadMoreFollowers()" (click)="loadAllFollowers()">Show full list</button>
</div>
<div class="col-xl-6 col-md-12">

View File

@ -55,7 +55,7 @@ describe('Test plugin filter hooks', function () {
let threadId: number
before(async function () {
this.timeout(30000)
this.timeout(60000)
servers = await flushAndRunMultipleServers(2)
await setAccessTokensToServers(servers)