backup
This commit is contained in:
@@ -15,7 +15,7 @@ Wait For Backend Health
|
||||
WHILE True
|
||||
${now}= Evaluate time.time()
|
||||
IF ${now} >= ${deadline} FAIL Backend did not become healthy within ${timeout} seconds
|
||||
${response}= GET ${BACKEND_URL}/api/health expected_status=200
|
||||
${response}= GET ${BACKEND_URL}/api/v1/health expected_status=200
|
||||
IF ${response.status} == 200 BREAK
|
||||
Sleep ${interval}
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user