[tracker] functional-tests: Speed up the miner-fs tests



commit 12566a3a85c17ceb4d0a601946fe28ada10199ec
Author: Ivan Frade <ivan frade nokia com>
Date:   Mon Oct 18 20:54:48 2010 +0300

    functional-tests: Speed up the miner-fs tests
    
    No need to sleep, it will return from the wait_for_idle when ready

 tests/functional-tests/common/utils/system.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/tests/functional-tests/common/utils/system.py b/tests/functional-tests/common/utils/system.py
index ac3c7f2..be4624c 100644
--- a/tests/functional-tests/common/utils/system.py
+++ b/tests/functional-tests/common/utils/system.py
@@ -376,7 +376,6 @@ class TrackerSystemAbstraction:
         Copy the files physically in the filesyste and wait for the miner to complete the work
         """
         self.miner_fs.wait_for_idle (timeout)
-        time.sleep (1)
 
 
     def tracker_miner_fs_testing_stop (self):



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