d-g-town 2 лет назад
Родитель
Сommit
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