ADD: added massivpodhandling test

This commit is contained in:
hwinkel
2023-12-20 18:38:23 +01:00
parent 894b2a08d6
commit 05ca44efe7
3 changed files with 120 additions and 1 deletions

View File

@@ -228,7 +228,7 @@ namespace kubecontrol
InfoPod.update(response);
while (InfoPod.Status != "Running" && InfoPod.Status != "Succeeded") {
std::this_thread::sleep_for(std::chrono::milliseconds(200));
std::this_thread::sleep_for(std::chrono::milliseconds(100));
response = this->getInfo(curlURL, token);
InfoPod.update(response);