Increase test timeout
This commit is contained in:
parent
4b91bc1525
commit
4076e2ef6b
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue