diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-07 15:17:43 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-05-07 15:42:23 +0200 |
commit | 4076e2ef6b5337cc56caabb8d6cc5f94e60e9347 (patch) | |
tree | afa17cf0ebb347cc674b61222249e1cf7eb9b9a1 | |
parent | 4b91bc1525e89643c575cac6557c86f64e657aa2 (diff) | |
download | PeerTube-4076e2ef6b5337cc56caabb8d6cc5f94e60e9347.tar.gz PeerTube-4076e2ef6b5337cc56caabb8d6cc5f94e60e9347.tar.zst PeerTube-4076e2ef6b5337cc56caabb8d6cc5f94e60e9347.zip |
Increase test timeout
-rw-r--r-- | client/src/app/+about/about-follows/about-follows.component.html | 2 | ||||
-rw-r--r-- | server/tests/plugins/filter-hooks.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+about/about-follows/about-follows.component.html b/client/src/app/+about/about-follows/about-follows.component.html index f81465f88..6bc1d0448 100644 --- a/client/src/app/+about/about-follows/about-follows.component.html +++ b/client/src/app/+about/about-follows/about-follows.component.html | |||
@@ -9,7 +9,7 @@ | |||
9 | {{ follower}} | 9 | {{ follower}} |
10 | </a> | 10 | </a> |
11 | 11 | ||
12 | <button i18n class="showMore" *ngIf="!loadedAllFollowers && canLoadMoreFollowers()" (click)="loadAllFollowers()">Show full list</button> | 12 | <button i18n class="show-more" *ngIf="!loadedAllFollowers && canLoadMoreFollowers()" (click)="loadAllFollowers()">Show full list</button> |
13 | </div> | 13 | </div> |
14 | 14 | ||
15 | <div class="col-xl-6 col-md-12"> | 15 | <div class="col-xl-6 col-md-12"> |
diff --git a/server/tests/plugins/filter-hooks.ts b/server/tests/plugins/filter-hooks.ts index ac958c5f5..cf1dd0854 100644 --- a/server/tests/plugins/filter-hooks.ts +++ b/server/tests/plugins/filter-hooks.ts | |||
@@ -55,7 +55,7 @@ describe('Test plugin filter hooks', function () { | |||
55 | let threadId: number | 55 | let threadId: number |
56 | 56 | ||
57 | before(async function () { | 57 | before(async function () { |
58 | this.timeout(30000) | 58 | this.timeout(60000) |
59 | 59 | ||
60 | servers = await flushAndRunMultipleServers(2) | 60 | servers = await flushAndRunMultipleServers(2) |
61 | await setAccessTokensToServers(servers) | 61 | await setAccessTokensToServers(servers) |