diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-28 08:23:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-28 08:23:15 +0200 |
commit | 3e3ae9668bafcc5c44c31e31972c276a65928ef1 (patch) | |
tree | c0019e552938e75dc5a804a3ae4d39f3e32f7ba0 /server/tests/api/search/search-videos.ts | |
parent | b2c76204f9d2900b9fd58e6618e343059821d601 (diff) | |
download | PeerTube-3e3ae9668bafcc5c44c31e31972c276a65928ef1.tar.gz PeerTube-3e3ae9668bafcc5c44c31e31972c276a65928ef1.tar.zst PeerTube-3e3ae9668bafcc5c44c31e31972c276a65928ef1.zip |
Increase videos search before test timeout
Diffstat (limited to 'server/tests/api/search/search-videos.ts')
-rw-r--r-- | server/tests/api/search/search-videos.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/search/search-videos.ts b/server/tests/api/search/search-videos.ts index 4801fe04a..e05c3a269 100644 --- a/server/tests/api/search/search-videos.ts +++ b/server/tests/api/search/search-videos.ts | |||
@@ -23,7 +23,7 @@ describe('Test videos search', function () { | |||
23 | let videoUUID: string | 23 | let videoUUID: string |
24 | 24 | ||
25 | before(async function () { | 25 | before(async function () { |
26 | this.timeout(30000) | 26 | this.timeout(60000) |
27 | 27 | ||
28 | server = await flushAndRunServer(1) | 28 | server = await flushAndRunServer(1) |
29 | 29 | ||