Skip to content

Commit a999cc4

Browse files
committed
fix: increase app record timeout to 1 minute, close #1634
1 parent 8bb2654 commit a999cc4

File tree

1 file changed

+1
-1
lines changed
  • packages/app-backend-core/src

1 file changed

+1
-1
lines changed

packages/app-backend-core/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export async function getAppRecord (app: any, ctx: BackendContext): Promise<AppR
174174
console.log('Timed out waiting for app record', app)
175175
}
176176
reject(new Error(`Timed out getting app record for app`))
177-
}, 2000)
177+
}, 60000)
178178
})
179179
}
180180

0 commit comments

Comments
 (0)