diff --git a/tests/test_images.py b/tests/test_images.py index b3821fcf51..13b5bdb093 100644 --- a/tests/test_images.py +++ b/tests/test_images.py @@ -26,7 +26,8 @@ class ImagesTest(base.BaseTestCase): def test_builds(self): proc = Popen(['tools/build-all-docker-images', - '--testmode'], + '--testmode', + '--retry 3'], stdout=PIPE, stderr=STDOUT, bufsize=1) with proc.stdout: for line in iter(proc.stdout.readline, b''):