[pitivi] dogtail: Fix test_backup
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] dogtail: Fix test_backup
- Date: Wed, 24 Sep 2014 17:06:47 +0000 (UTC)
commit 3b549e84e4782215b35eb5f4ffb6412eb885b905
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Sat May 3 00:20:32 2014 +0200
dogtail: Fix test_backup
tests/dogtail_scripts/test_project.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/dogtail_scripts/test_project.py b/tests/dogtail_scripts/test_project.py
index a75e2ee..4831540 100644
--- a/tests/dogtail_scripts/test_project.py
+++ b/tests/dogtail_scripts/test_project.py
@@ -206,8 +206,8 @@ class ProjectPropertiesTest(PitiviTestCase):
welcome_dialog = self.pitivi.child(name="Welcome", roleName="frame", recursive=False)
welcome_dialog.child(name=filename).doubleClick()
sample = self.import_media("flat_colour1_640x480.png")
- # Go figure why, this one takes much longer (~27 secs) to appear:
- self.assertTrue(self.wait_for_file(backup_path, timeout=35), "Backup not created")
+ # Go figure why, this one takes much longer (30+ seconds) to appear:
+ self.assertTrue(self.wait_for_file(backup_path, timeout=45), "Backup not created")
self.tearDown(clean=False, kill=True)
sleep(0.5)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]