Переглянути джерело

bump deploy timeout to 1hr (#4495)

d-g-town 2 роки тому
батько
коміт
13e05e6b24
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      cli/cmd/v2/apply.go

+ 1 - 1
cli/cmd/v2/apply.go

@@ -445,7 +445,7 @@ func reportBuildFailure(ctx context.Context, inp reportBuildFailureInput) error
 }
 
 // checkDeployTimeout is the timeout for checking if an app has been deployed
-const checkDeployTimeout = 15 * time.Minute
+const checkDeployTimeout = 60 * time.Minute
 
 // checkDeployFrequency is the frequency for checking if an app has been deployed
 const checkDeployFrequency = 10 * time.Second