Skip to content

Commit 6ce45fb

Browse files
chore: increase argo internval count
1 parent 6e57750 commit 6ce45fb

File tree

1 file changed

+1
-1
lines changed
  • apps/workspace-engine/pkg/workspace/jobdispatch

1 file changed

+1
-1
lines changed

apps/workspace-engine/pkg/workspace/jobdispatch/argocd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ func (d *ArgoCDDispatcher) startArgoApplicationVerification(
325325
metrics := []oapi.VerificationMetricSpec{
326326
{
327327
Name: fmt.Sprintf("%s-argocd-application-health", appName),
328-
IntervalSeconds: 30,
328+
IntervalSeconds: 60,
329329
Count: 10,
330330
SuccessThreshold: &successThreshold,
331331
SuccessCondition: "result.statusCode == 200 && result.json.status.sync.status == 'Synced' && result.json.status.health.status == 'Healthy'",

0 commit comments

Comments
 (0)