Skip to content

Commit

Permalink
Merge pull request #1205 from kubevirt-bot/cherry-pick-1204-to-releas…
Browse files Browse the repository at this point in the history
…e-v0.22

[release-v0.22] tests: Increase timeout waiting for SSP deployment to be ready.
  • Loading branch information
kubevirt-bot authored Jan 13, 2025
2 parents 5879f73 + ae695dd commit 03fcedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/monitoring_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ var _ = Describe("Prometheus Alerts", func() {
Eventually(func() int32 {
Expect(apiClient.Get(ctx, sspDeploymentKeys, deployment)).ToNot(HaveOccurred())
return deployment.Status.ReadyReplicas
}, env.ShortTimeout(), time.Second).Should(Equal(origReplicas))
}, env.Timeout(), time.Second).Should(Equal(origReplicas))
})

It("[test_id:8365] Should fire SSPDown", func() {
Expand Down

0 comments on commit 03fcedd

Please sign in to comment.