~ubuntu-branches/ubuntu/raring/tracker/raring

« back to all changes in this revision

Viewing changes to tests/functional-tests/601-applications-sync.py

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-10-21 16:42:59 UTC
  • mfrom: (4.4.28 experimental)
  • Revision ID: package-import@ubuntu.com-20111021164259-322n6i3db3icfyna
Tags: 0.12.6-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
from common.utils.applicationstest import CommonTrackerApplicationTest as CommonTrackerApplicationTest
37
37
from common.utils.helpers import log
38
38
 
39
 
MINER_FS_IDLE_TIMEOUT = 5
 
39
MINER_FS_IDLE_TIMEOUT = 30
40
40
 
41
41
class TrackerSyncApplicationTests (CommonTrackerApplicationTest):
42
42