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

e2e increase wait for application timeout

parent bcdf2368
Branches
Tags
No related merge requests found
......@@ -581,7 +581,7 @@ Void waitForHealthyApplication(String bezeichner, String application) {
while (!isApplicationPresent(bezeichner, application) && countRetry < maxRetry ) {
countRetry++
sh "sleep 5"
sh "sleep 20"
}
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