Skip to content

Commit 7582f19

Browse files
committed
increase default deploy timeout to 8 minutes
1 parent 3ad8292 commit 7582f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/env.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const EnvironmentSchema = z.object({
145145
DEPLOY_TIMEOUT_MS: z.coerce
146146
.number()
147147
.int()
148-
.default(60 * 1000 * 3), // 3 minutes
148+
.default(60 * 1000 * 8), // 8 minutes
149149
OBJECT_STORE_BASE_URL: z.string().optional(),
150150
OBJECT_STORE_ACCESS_KEY_ID: z.string().optional(),
151151
OBJECT_STORE_SECRET_ACCESS_KEY: z.string().optional(),

0 commit comments

Comments
 (0)