Increase test counter to 10

This commit is contained in:
Joseph Schorr 2016-06-13 17:31:42 -04:00
parent 58bef472d9
commit fea47bdaed

View file

@ -1511,7 +1511,7 @@ class ACIConversionTests(RegistryTestCaseMixin, V1RegistryPushMixin, LiveServerT
# Give time for the signature to be written before continuing. As we don't exactly know when
# this is (based on CPU conditions when the test is being run), we try a backoff and sleep
# approach.
while counter < 5:
while counter < 10:
response = self.conduct('GET', '/c1/aci/localhost:5000/devtable/newrepo/latest/aci.asc/linux/amd64/', auth='sig', expected_code=None)
if response.status_code == 202 or response.status_code == 404:
counter += 1