diff --git a/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml b/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml index 37d3d233..579cf7a2 100644 --- a/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml @@ -25,3 +25,4 @@ spec: name: jenkins namespace: jenkins wait: false + timeout: 20m diff --git a/clusters/atlas/flux-system/applications/monerod/kustomization.yaml b/clusters/atlas/flux-system/applications/monerod/kustomization.yaml index 5b9fc6b2..e1cac24c 100644 --- a/clusters/atlas/flux-system/applications/monerod/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/monerod/kustomization.yaml @@ -16,4 +16,4 @@ spec: dependsOn: - name: crypto wait: true - timeout: 5m + timeout: 15m