Skip to content

Pull container test image to avoid TLS timeout

Slow networks may cause docker to timeout when pulling images for the first time. There does not seem to be any way to configure docker to prevent this. To avoid this causing failures during testing, move the image pull to its own test, which will only fail if the image cannot be pulled after 3 attempts.

Signed-off-by: Adam Johnston adam.johnston@linaro.org

Edited by Adam Johnston

Merge request reports