Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/init/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const SENTRY_DOCS_URL = "https://docs.sentry.io/platforms/";
export const MAX_FILE_BYTES = 262_144; // 256KB per file
export const MAX_OUTPUT_BYTES = 65_536; // 64KB stdout/stderr truncation
export const DEFAULT_COMMAND_TIMEOUT_MS = 120_000; // 2 minutes
export const API_TIMEOUT_MS = 120_000; // 2 minutes timeout for Mastra API calls
export const API_TIMEOUT_MS = 180_000; // 3 minutes timeout for Mastra API calls

// Exit codes returned by the remote workflow.
// These are internal to the workflow protocol — they're mapped to EXIT.*
Expand Down
Loading