Set the CLI deploy timeout to 3mins from 1min

This commit is contained in:
Matt Aitken
2024-05-30 12:08:14 +01:00
parent e69ffd314a
commit 98ef170299
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"trigger.dev": patch
---
Set the deploy timeout to 3mins from 1min
+1 -1
View File
@@ -702,7 +702,7 @@ async function failDeploy(
async function waitForDeploymentToFinish(
deploymentId: string,
client: CliApiClient,
timeoutInSeconds: number = 60
timeoutInSeconds: number = 180
) {
return tracer.startActiveSpan("waitForDeploymentToFinish", async (span) => {
try {