Skip to content

Commit 18e60c3

Browse files
committed
CI: Give test layer some more time to tear down on Windows
1 parent 100aa9f commit 18e60c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crate/testing/layer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def start(self):
327327
def stop(self):
328328
if self.process:
329329
self.process.terminate()
330-
self.process.communicate(timeout=20)
330+
self.process.communicate(timeout=45)
331331
self.process.stdout.close()
332332
self.process = None
333333
self.conn_pool.clear()

0 commit comments

Comments
 (0)