소스 검색

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