Skip to content

Commit

Permalink
CI: Give test layer some more time to tear down on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 5, 2020
1 parent fda3b10 commit 7b6c394
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 @@ -324,7 +324,7 @@ def start(self):
def stop(self):
if self.process:
self.process.terminate()
self.process.communicate(timeout=20)
self.process.communicate(timeout=45)
self.process.stdout.close()
self.process = None
self.conn_pool.clear()
Expand Down

0 comments on commit 7b6c394

Please sign in to comment.