Skip to content

Commit

Permalink
Adjust readiness count
Browse files Browse the repository at this point in the history
  • Loading branch information
bjee19 committed Jun 25, 2024
1 parent e291953 commit 1b29aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suite/graceful_recovery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func runRestartNodeTest(teaURL, coffeeURL string, files []string, ns *core.Names
podNames, err = framework.GetReadyNGFPodNames(k8sClient, ngfNamespace, releaseName, timeoutConfig.GetStatusTimeout)
if len(podNames) == 1 {
count++
return count == 30 && err == nil
return count == 20 && err == nil
}
count = 0
return false
Expand Down

0 comments on commit 1b29aa2

Please sign in to comment.