Skip to content
Snippets Groups Projects
Commit 1f657407 authored by OZGCloud's avatar OZGCloud
Browse files

e2e increase wait for application timeout

parent bcdf2368
No related branches found
No related tags found
No related merge requests found
...@@ -581,7 +581,7 @@ Void waitForHealthyApplication(String bezeichner, String application) { ...@@ -581,7 +581,7 @@ Void waitForHealthyApplication(String bezeichner, String application) {
while (!isApplicationPresent(bezeichner, application) && countRetry < maxRetry ) { while (!isApplicationPresent(bezeichner, application) && countRetry < maxRetry ) {
countRetry++ countRetry++
sh "sleep 5" sh "sleep 20"
} }
if (!isApplicationHealthy(bezeichner, application)) { if (!isApplicationHealthy(bezeichner, application)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment