We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fac8e commit 07d03feCopy full SHA for 07d03fe
system_tests/system_test.go
@@ -165,7 +165,7 @@ var _ = Describe("Operator", func() {
165
Expect(err).ToNot(HaveOccurred())
166
return configMap.Annotations
167
}
168
- Eventually(getConfigMapAnnotations, 1*time.Minute, 1).Should(
+ Eventually(getConfigMapAnnotations, k8sQueryTimeout, 1).Should(
169
HaveKey("rabbitmq.com/pluginsUpdatedAt"), "plugins ConfigMap should have been annotated")
170
Eventually(getConfigMapAnnotations, 4*time.Minute, 1).Should(
171
Not(HaveKey("rabbitmq.com/pluginsUpdatedAt")), "plugins ConfigMap annotation should have been removed")
0 commit comments