Skip to content

Commit 47604cb

Browse files
authored
Merge pull request #1207 from kubevirt-bot/cherry-pick-1204-to-release-v0.20
[release-v0.20] tests: Increase timeout waiting for SSP deployment to be ready.
2 parents 7fc1745 + 34f21a9 commit 47604cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/monitoring_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ var _ = Describe("Prometheus Alerts", func() {
155155
Eventually(func() int32 {
156156
Expect(apiClient.Get(ctx, sspDeploymentKeys, deployment)).ToNot(HaveOccurred())
157157
return deployment.Status.ReadyReplicas
158-
}, env.ShortTimeout(), time.Second).Should(Equal(origReplicas))
158+
}, env.Timeout(), time.Second).Should(Equal(origReplicas))
159159
})
160160

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

0 commit comments

Comments
 (0)