@@ -760,7 +760,11 @@ var _ = Describe("Monitoring Console test", func() {
760760 // Verify MC is Ready and stays in ready state
761761 // testenv.VerifyMonitoringConsoleReady(ctx, deployment, mcTwoName, mcTwo, testcaseEnvInst)
762762
763- // ############################ VERIFICATOIN FOR MONITORING CONSOLE TWO POST SHC RECONFIG ###############################
763+ // ############################ VERIFICATION FOR MONITORING CONSOLE TWO POST SHC RECONFIG ###############################
764+
765+ // Adding a sleep so that SHC can come up correctly
766+ testcaseEnvInst .Log .Info ("Sleeping to allow SHC and MC to become ready" )
767+ time .Sleep (900 * time .Second )
764768
765769 // Check Cluster Manager in Monitoring Console Two Config Map
766770 testcaseEnvInst .Log .Info ("Verify Cluster Manager on Monitoring Console Two Config Map after SHC Reconfig" )
@@ -781,7 +785,7 @@ var _ = Describe("Monitoring Console test", func() {
781785 testcaseEnvInst .Log .Info ("Checking for Indexer Pod on MC TWO after SHC Reconfig" )
782786 testenv .VerifyPodsInMCConfigString (ctx , deployment , testcaseEnvInst , indexerPods , mcTwoName , true , true )
783787
784- // ############################ VERIFICATOIN FOR MONITORING CONSOLE ONE POST SHC RECONFIG ###############################
788+ // ############################ VERIFICATION FOR MONITORING CONSOLE ONE POST SHC RECONFIG ###############################
785789
786790 // Verify MC ONE is Ready and stays in ready state before running verfications
787791 testenv .VerifyMonitoringConsoleReady (ctx , deployment , mcName , mc , testcaseEnvInst )
0 commit comments