Skip to content

Commit

Permalink
temporary fix to retest
Browse files Browse the repository at this point in the history
  • Loading branch information
aganesh-suse committed Apr 22, 2024
1 parent de9eebf commit ad5606f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/testcase/secretsencrypt.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func secretsEncryptOps(action, product, cpIp string, nodes []shared.Node) {
Expect(errRestart).NotTo(HaveOccurred(), "error restart service for node: "+nodeIp)
// Order of reboot matters. Etcd first then control plane nodes.
// Little lag needed between node restarts to avoid issues.
time.Sleep(30 * time.Second)
waitEtcdErr := shared.WaitForPodsRunning(5, 4)
if waitEtcdErr != nil {
shared.LogLevel("WARN", "pods not up after 20 seconds.")
Expand Down

0 comments on commit ad5606f

Please sign in to comment.