Skip to content

Commit 98ef170

Browse files
committed
Set the CLI deploy timeout to 3mins from 1min
1 parent e69ffd3 commit 98ef170

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/sixty-insects-watch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trigger.dev": patch
3+
---
4+
5+
Set the deploy timeout to 3mins from 1min

packages/cli-v3/src/commands/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ async function failDeploy(
702702
async function waitForDeploymentToFinish(
703703
deploymentId: string,
704704
client: CliApiClient,
705-
timeoutInSeconds: number = 60
705+
timeoutInSeconds: number = 180
706706
) {
707707
return tracer.startActiveSpan("waitForDeploymentToFinish", async (span) => {
708708
try {

0 commit comments

Comments
 (0)