We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5533f commit 04ebe12Copy full SHA for 04ebe12
1 file changed
src/crate/testing/layer.py
@@ -326,6 +326,7 @@ def start(self):
326
327
def stop(self):
328
if self.process:
329
+ self.process.terminate()
330
try:
331
self.process.communicate(timeout=10)
332
except subprocess.TimeoutExpired:
0 commit comments