Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: dwertent <[email protected]>
  • Loading branch information
dwertent committed Dec 6, 2024
1 parent e7878e6 commit d440b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -359,15 +359,15 @@ task verifyPaladin(dependsOn: verifyBesu) {
task verifyAllScdSuccess(dependsOn: verifyPaladin ) {
doLast {
println 'Verifying all scd resources have status "Success"...'
waitForAllScdSuccess(namespace, 120)
waitForAllScdSuccess(namespace, 240)
}
}

// Task to verify all nodes are published
task verifyAllRegistriesPublished(dependsOn: verifyAllScdSuccess) {
doLast {
println 'Verifying all registries are published...'
waitForAllRegistriesPublished(namespace, 120)
waitForAllRegistriesPublished(namespace, 240)
}
}

Expand Down

0 comments on commit d440b53

Please sign in to comment.