summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_couch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_couch.py b/tests/test_couch.py
index 3482b035..bbdf44b4 100644
--- a/tests/test_couch.py
+++ b/tests/test_couch.py
@@ -88,7 +88,7 @@ stderr:
def stop(self):
self.process.terminate()
- self.process.wait()
+ self.process.communicate()
os.system("rm -rf %s" % self.tempdir)