Skip to content

Commit 9459866

Browse files
committed
Attempt to mitigate "Failed to start Crate instance in time"
1 parent c99d01d commit 9459866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crate/testing/layer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def _wait_for(self, validator):
345345
self.stop()
346346
raise e
347347

348-
if wait_time > 30:
348+
if wait_time > 45:
349349
for line in line_buf.lines:
350350
log.error(line)
351351
self.stop()

0 commit comments

Comments
 (0)