summaryrefslogtreecommitdiffstats
path: root/unitest-restful.py
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2015-03-08 11:21:02 +0100
committernicolargo <nicolashennion@gmail.com>2015-03-08 11:21:02 +0100
commit0a0fed767e1e11a0190ed958cd2baa58ee5832ae (patch)
tree8e440ecdba44b7fa8353b7a5cde41a8abdf938ed /unitest-restful.py
parent2275a72b94db0c65a7c8f52452928a70ff60c803 (diff)
Correct an issue in the RESTFUL unitest. Add delay to the server start
Diffstat (limited to 'unitest-restful.py')
-rwxr-xr-xunitest-restful.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unitest-restful.py b/unitest-restful.py
index 55fb5292..74a6e18d 100755
--- a/unitest-restful.py
+++ b/unitest-restful.py
@@ -91,7 +91,7 @@ class TestGlances(unittest.TestCase):
args = shlex.split(cmdline)
pid = subprocess.Popen(args)
print("Please wait...")
- time.sleep(1)
+ time.sleep(3)
self.assertTrue(pid is not None)