Skip to content

Commit

Permalink
Attempt to mitigate "Failed to start Crate instance in time"
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 3, 2020
1 parent c99d01d commit 9459866
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 @@ -345,7 +345,7 @@ def _wait_for(self, validator):
self.stop()
raise e

if wait_time > 30:
if wait_time > 45:
for line in line_buf.lines:
log.error(line)
self.stop()
Expand Down

0 comments on commit 9459866

Please sign in to comment.