[pitivi] dogtail: Allow test_timeline.TimelineTest.test_split to advance further



commit 4c12ab32bfd2491d574e0f34f57f12e3372e7158
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Mon Sep 29 20:12:03 2014 +0200

    dogtail: Allow test_timeline.TimelineTest.test_split to advance further

 tests/dogtail_scripts/test_timeline.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/tests/dogtail_scripts/test_timeline.py b/tests/dogtail_scripts/test_timeline.py
index 80ea1db..4cc0ae7 100644
--- a/tests/dogtail_scripts/test_timeline.py
+++ b/tests/dogtail_scripts/test_timeline.py
@@ -89,8 +89,7 @@ class TimelineTest(PitiviTestCase):
         dogtail.rawinput.pressKey("Del")
 
         self.goToEnd_button.click()
-        # Allow the UI to update
-        sleep(0.1)
+        sleep(0.5)
         self.assertEqual(self.timecode_widget.text, DURATION_OF_ONE_CLIP)
 
     def test_multiple_split(self):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]