Skip to content

Commit

Permalink
Removed sleep and waited for 1 replicas
Browse files Browse the repository at this point in the history
Signed-off-by: shubhajyoti-bagchi-groww <[email protected]>
  • Loading branch information
shubhajyoti-bagchi-groww committed Mar 24, 2024
1 parent f11f3ec commit 728f0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/istio_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ func (s *IstioSuite) TestIstioSubsetSplitInStableDownscaleAfterCanaryAbort() {
AbortRollout().
WaitForRolloutStatus("Degraded").
ScaleRollout(1).
Sleep(5 * time.Second).
WaitForRolloutReplicas(1).
Then().
Assert(func(t *fixtures.Then) {
vsvc := t.GetVirtualService()
Expand Down

0 comments on commit 728f0a8

Please sign in to comment.