e2e: fix tests for proxy provider/outpost
This commit is contained in:
@ -77,7 +77,7 @@ class TestProviderProxy(SeleniumTestCase):
|
|||||||
# Wait until outpost healthcheck succeeds
|
# Wait until outpost healthcheck succeeds
|
||||||
healthcheck_retries = 0
|
healthcheck_retries = 0
|
||||||
while healthcheck_retries < 50:
|
while healthcheck_retries < 50:
|
||||||
if outpost.health:
|
if outpost.deployment_health:
|
||||||
break
|
break
|
||||||
healthcheck_retries += 1
|
healthcheck_retries += 1
|
||||||
sleep(0.5)
|
sleep(0.5)
|
||||||
|
|||||||
Reference in New Issue
Block a user