Skip to content

Commit 0b6c5ac

Browse files
author
Christian Bader
committed
Increased startup time to wait for the instance until ready
1 parent 33fbe2e commit 0b6c5ac

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Changes for crate
55
Unreleased
66
==========
77

8+
- Increased startup time to wait for the instance until ready.
9+
810
2017/02/27 0.19.1
911
=================
1012

src/crate/testing/layer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def _download_and_extract(uri, directory):
7373
with tarfile.open(fileobj=tmpfile) as t:
7474
t.extractall(directory)
7575

76-
def wait_for_http_url(log, timeout=20, verbose=False):
76+
def wait_for_http_url(log, timeout=30, verbose=False):
7777
start = time.time()
7878
while True:
7979
line = log.readline().decode('utf-8').strip()

0 commit comments

Comments
 (0)