Skip to content

Commit 82015e6

Browse files
Liam Bennettroboquat
Liam Bennett
authored andcommitted
increase cert timeout
1 parent 54d3da5 commit 82015e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.werft/util/certs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export async function issueCertificate(werft: Werft, params: IssueCertificatePar
5252
}
5353

5454
function checkCertReadiness(certName: string): boolean {
55-
const timeout = "150s"
55+
const timeout = "180s"
5656
const rc = exec(
5757
`kubectl --kubeconfig ${CORE_DEV_KUBECONFIG_PATH} wait --for=condition=Ready --timeout=${timeout} -n certs certificate ${certName}`,
5858
{ dontCheckRc: true },

0 commit comments

Comments
 (0)