Skip to content

Commit ff8cb75

Browse files
author
Furkhat Kasymov Genii Uulu
committed
sleep less
1 parent 97e4402 commit ff8cb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/actions/csr/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ func testIntegration(t *testing.T, csrVersion schema.GroupVersion) {
490490
}
491491
_, err := clientset.CertificatesV1beta1().CertificateSigningRequests().Create(ctx, csr, metav1.CreateOptions{})
492492
r.NoError(err, "failed to create CSR")
493-
time.Sleep(100 * time.Millisecond)
493+
time.Sleep(10 * time.Millisecond)
494494
csr, err = clientset.CertificatesV1beta1().CertificateSigningRequests().Get(ctx, csr.Name, metav1.GetOptions{})
495495
r.NoError(err, "failed to get CSR")
496496
approved := approvedCSRV1beta1(csr)

0 commit comments

Comments
 (0)