Skip to content

Commit 5ea417c

Browse files
Merge pull request #2161 from VWS-Python/docker-test-longer
Try giving test_docker more time for Flask apps to start as we were h…
2 parents 35ae939 + 5a3c85e commit 5ea417c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mock_vws/test_docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# timing.
3232
@retry(
3333
wait=wait_fixed(wait=0.5),
34-
stop=stop_after_delay(max_delay=10),
34+
stop=stop_after_delay(max_delay=20),
3535
retry=retry_if_exception_type(
3636
exception_types=(requests.exceptions.ConnectionError, ValueError),
3737
),

0 commit comments

Comments
 (0)