Skip to content

Commit 40e5fa6

Browse files
ianmacartneyConvex, Inc.
authored andcommitted
up the timeout for ensuring backend is running (#41166)
Give the backend longer to start up. GitOrigin-RevId: 458eb87865eef9c9611a05e68d9497020994eaf1
1 parent 37339b6 commit 40e5fa6

File tree

1 file changed

+1
-1
lines changed
  • src/cli/lib/localDeployment

1 file changed

+1
-1
lines changed

src/cli/lib/localDeployment/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export async function runLocalBackend(
127127
await ensureBackendRunning(ctx, {
128128
cloudPort: ports.cloud,
129129
deploymentName: args.deploymentName,
130-
maxTimeSecs: 10,
130+
maxTimeSecs: 30,
131131
});
132132

133133
return {

0 commit comments

Comments
 (0)