From c23b0bc90a955c92175693d2ae9f098ad5d66d25 Mon Sep 17 00:00:00 2001 From: Muhammad Ammar Date: Wed, 6 Aug 2014 11:31:48 +0000 Subject: [PATCH] Decrease Video Player Init Wait Timeout --- common/test/acceptance/pages/studio/video/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/test/acceptance/pages/studio/video/video.py b/common/test/acceptance/pages/studio/video/video.py index e59400588f..01a3e81299 100644 --- a/common/test/acceptance/pages/studio/video/video.py +++ b/common/test/acceptance/pages/studio/video/video.py @@ -39,7 +39,7 @@ class VidoComponentPage(PageObject): def is_browser_on_page(self): return self.q(css='div{0}'.format(CLASS_SELECTORS['video_xmodule'])).present - def _wait_for(self, check_func, desc, result=False, timeout=200): + def _wait_for(self, check_func, desc, result=False, timeout=30): """ Calls the method provided as an argument until the Promise satisfied or BrokenPromise