aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/tests/smpp_test_runner.py1
-rw-r--r--openbsc/tests/vty_test_runner.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/tests/smpp_test_runner.py b/openbsc/tests/smpp_test_runner.py
index 4527ac42b..06fb7665b 100644
--- a/openbsc/tests/smpp_test_runner.py
+++ b/openbsc/tests/smpp_test_runner.py
@@ -47,7 +47,6 @@ class TestVTYBase(unittest.TestCase):
except OSError:
print >> sys.stderr, "Current directory: %s" % os.getcwd()
print >> sys.stderr, "Consider setting -b"
- time.sleep(1)
appstring = self.vty_app()[2]
appport = self.vty_app()[0]
diff --git a/openbsc/tests/vty_test_runner.py b/openbsc/tests/vty_test_runner.py
index 3f4909cb5..87b9eba97 100644
--- a/openbsc/tests/vty_test_runner.py
+++ b/openbsc/tests/vty_test_runner.py
@@ -49,7 +49,6 @@ class TestVTYBase(unittest.TestCase):
except OSError:
print >> sys.stderr, "Current directory: %s" % os.getcwd()
print >> sys.stderr, "Consider setting -b"
- time.sleep(1)
appstring = self.vty_app()[2]
appport = self.vty_app()[0]