We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d3da5 commit 82015e6Copy full SHA for 82015e6
.werft/util/certs.ts
@@ -52,7 +52,7 @@ export async function issueCertificate(werft: Werft, params: IssueCertificatePar
52
}
53
54
function checkCertReadiness(certName: string): boolean {
55
- const timeout = "150s"
+ const timeout = "180s"
56
const rc = exec(
57
`kubectl --kubeconfig ${CORE_DEV_KUBECONFIG_PATH} wait --for=condition=Ready --timeout=${timeout} -n certs certificate ${certName}`,
58
{ dontCheckRc: true },
0 commit comments