Set the CLI deploy timeout to 3mins from 1min
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"trigger.dev": patch
|
||||
---
|
||||
|
||||
Set the deploy timeout to 3mins from 1min
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user