diff options
Diffstat (limited to 'client/e2e/src/suites-all')
-rw-r--r-- | client/e2e/src/suites-all/videos.e2e-spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/src/suites-all/videos.e2e-spec.ts b/client/e2e/src/suites-all/videos.e2e-spec.ts index 997d58884..d1ab9aef3 100644 --- a/client/e2e/src/suites-all/videos.e2e-spec.ts +++ b/client/e2e/src/suites-all/videos.e2e-spec.ts | |||
@@ -173,7 +173,7 @@ describe('Videos all workflow', () => { | |||
173 | 173 | ||
174 | await myAccountPage.playPlaylist() | 174 | await myAccountPage.playPlaylist() |
175 | 175 | ||
176 | await videoWatchPage.waitUntilVideoName(video2Name, 30 * 1000) | 176 | await videoWatchPage.waitUntilVideoName(video2Name, 40 * 1000) |
177 | }) | 177 | }) |
178 | 178 | ||
179 | it('Should watch the webtorrent playlist in the embed', async () => { | 179 | it('Should watch the webtorrent playlist in the embed', async () => { |