diff --git a/client/e2e/src/po/player.po.ts b/client/e2e/src/po/player.po.ts index e41422359..fdbaa3fb8 100644 --- a/client/e2e/src/po/player.po.ts +++ b/client/e2e/src/po/player.po.ts @@ -40,7 +40,7 @@ export class PlayerPage { await browser.waitUntil(async () => { return (await this.getWatchVideoPlayerCurrentTime()) >= waitUntilSec - }) + }, { timeout: waitUntilSec * 2 * 1000 }) // Pause video await $('div.video-js').click()