Increase http01 e2e test timeout
This commit is contained in:
parent
9cb346313c
commit
dd950c8b65
@ -28,7 +28,7 @@ func (f *Framework) WaitCertificateIssuedValid(c *v1alpha1.Certificate) {
|
||||
v1alpha1.CertificateCondition{
|
||||
Type: v1alpha1.CertificateConditionReady,
|
||||
Status: v1alpha1.ConditionTrue,
|
||||
}, defaultTimeout)
|
||||
}, longTimeout)
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
By("Verifying TLS certificate exists")
|
||||
secret, err := f.KubeClientSet.CoreV1().Secrets(f.Namespace.Name).Get(c.Spec.SecretName, metav1.GetOptions{})
|
||||
|
||||
@ -39,6 +39,8 @@ const (
|
||||
|
||||
// Default time to wait for operations to complete
|
||||
defaultTimeout = 30 * time.Second
|
||||
|
||||
longTimeout = 5 * time.Minute
|
||||
)
|
||||
|
||||
func nowStamp() string {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user