Problem
Just recording another occurrance where the test suite can fail.
if wait_time > 60:
for line in line_buf.lines:
log.error(line)
self.stop()
> raise SystemError("Failed to start Crate instance in time.")
E SystemError: Failed to start Crate instance in time.
src/crate/testing/layer.py:397: SystemError
-- CI run #21908004128
References