diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-12 10:03:46 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-12 10:04:48 +0200 |
commit | 77d873c56d112b7b1de4e703b08f7d8547dfb9fd (patch) | |
tree | ec62465a0696ffeabdefe5056d30b60b4de47334 /server/tests | |
parent | 6419509bde8d134da044b49fc0eaecc7f38a1c71 (diff) | |
download | PeerTube-77d873c56d112b7b1de4e703b08f7d8547dfb9fd.tar.gz PeerTube-77d873c56d112b7b1de4e703b08f7d8547dfb9fd.tar.zst PeerTube-77d873c56d112b7b1de4e703b08f7d8547dfb9fd.zip |
Fix subscribe hotkey
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/videos/videos-overview.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/videos-overview.ts b/server/tests/api/videos/videos-overview.ts index 7889bcf80..b4de7c06c 100644 --- a/server/tests/api/videos/videos-overview.ts +++ b/server/tests/api/videos/videos-overview.ts | |||
@@ -45,7 +45,7 @@ describe('Test a videos overview', function () { | |||
45 | }) | 45 | }) |
46 | 46 | ||
47 | it('Should upload 5 videos in a specific category, tag and channel but not include them in overview', async function () { | 47 | it('Should upload 5 videos in a specific category, tag and channel but not include them in overview', async function () { |
48 | this.timeout(15000) | 48 | this.timeout(30000) |
49 | 49 | ||
50 | await wait(3000) | 50 | await wait(3000) |
51 | 51 | ||