Skip to content

Commit

Permalink
CI: GHA/Windows again
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 5, 2020
1 parent fdef9ee commit 5fa93e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crate/testing/layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def stop(self):
# process and finish communication.
# https://docs.python.org/3/library/subprocess.html#subprocess.Popen.communicate
self.process.kill()
self.process.communicate()
# self.process.communicate()
self.process.stdout.close()
self.process = None
self.conn_pool.clear()
Expand Down

0 comments on commit 5fa93e7

Please sign in to comment.