We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad8292 commit 7582f19Copy full SHA for 7582f19
apps/webapp/app/env.server.ts
@@ -145,7 +145,7 @@ const EnvironmentSchema = z.object({
145
DEPLOY_TIMEOUT_MS: z.coerce
146
.number()
147
.int()
148
- .default(60 * 1000 * 3), // 3 minutes
+ .default(60 * 1000 * 8), // 8 minutes
149
OBJECT_STORE_BASE_URL: z.string().optional(),
150
OBJECT_STORE_ACCESS_KEY_ID: z.string().optional(),
151
OBJECT_STORE_SECRET_ACCESS_KEY: z.string().optional(),
0 commit comments