Browse Source

[2353] Don't call real sleep() in mock function

Mukund Sivaraman 12 years ago
parent
commit
bae03c0fbf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/bin/bind10/tests/bind10_test.py.in

+ 0 - 1
src/bin/bind10/tests/bind10_test.py.in

@@ -1727,7 +1727,6 @@ class TestBossComponents(unittest.TestCase):
         def _my_sleep(nsec):
             global attempts
             attempts += 1
-            return tmp_sleep(nsec)
         time.sleep = _my_sleep
 
         thrown = False