Procházet zdrojové kódy

bump deploy timeout to 1hr (#4495)

d-g-town před 2 roky
rodič
revize
13e05e6b24
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
 // 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
 // checkDeployFrequency is the frequency for checking if an app has been deployed
 const checkDeployFrequency = 10 * time.Second
 const checkDeployFrequency = 10 * time.Second