[pitivi] dogtail: Allow test_timeline.TimelineTest.test_split to advance further
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] dogtail: Allow test_timeline.TimelineTest.test_split to advance further
- Date: Tue, 30 Sep 2014 07:30:42 +0000 (UTC)
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]