[Python-modules-commits] [python-ws4py] 01/06: fix unittest failing on 1 CPU machines
Sandro Tosi
morph at moszumanska.debian.org
Mon Feb 20 02:04:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository python-ws4py.
commit 2d394089d01463eb8ae1da39506d0852feefc820
Author: Sandro Tosi <morph at debian.org>
Date: Sun Feb 19 20:54:20 2017 -0500
fix unittest failing on 1 CPU machines
---
test/test_manager.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/test_manager.py b/test/test_manager.py
index da57d44..fceb77d 100644
--- a/test/test_manager.py
+++ b/test/test_manager.py
@@ -62,6 +62,7 @@ class WSManagerTest(unittest.TestCase):
self.assertFalse(m.running)
m.start()
+ time.sleep(0.2)
self.assertTrue(m.running)
m.stop()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-ws4py.git
More information about the Python-modules-commits
mailing list