[tracker] functional-tests: Increase timeout in application tests



commit 22a179473ed6785996d8262d871d17ffbb5f4144
Author: JÃrg Billeter <j bitron ch>
Date:   Mon Oct 17 15:49:31 2011 +0200

    functional-tests: Increase timeout in application tests

 tests/functional-tests/600-applications-camera.py |    2 +-
 tests/functional-tests/601-applications-sync.py   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/functional-tests/600-applications-camera.py b/tests/functional-tests/600-applications-camera.py
index 7505a28..126ebd7 100755
--- a/tests/functional-tests/600-applications-camera.py
+++ b/tests/functional-tests/600-applications-camera.py
@@ -36,7 +36,7 @@ import unittest2 as ut
 from common.utils.applicationstest import CommonTrackerApplicationTest as CommonTrackerApplicationTest
 from common.utils.helpers import log
 
-MINER_FS_IDLE_TIMEOUT = 5
+MINER_FS_IDLE_TIMEOUT = 30
 
 class TrackerCameraPicturesApplicationTests (CommonTrackerApplicationTest):
 
diff --git a/tests/functional-tests/601-applications-sync.py b/tests/functional-tests/601-applications-sync.py
index 5039bf3..2dc753c 100755
--- a/tests/functional-tests/601-applications-sync.py
+++ b/tests/functional-tests/601-applications-sync.py
@@ -36,7 +36,7 @@ import unittest2 as ut
 from common.utils.applicationstest import CommonTrackerApplicationTest as CommonTrackerApplicationTest
 from common.utils.helpers import log
 
-MINER_FS_IDLE_TIMEOUT = 5
+MINER_FS_IDLE_TIMEOUT = 30
 
 class TrackerSyncApplicationTests (CommonTrackerApplicationTest):
 



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