Skip to content

Commit

Permalink
Persist timeout increase changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kateryna Kodonenko committed Dec 16, 2024
1 parent 013c6c2 commit 44ee173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/wp-cli-process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export type MessageName = 'execute';
export type WpCliResult = ReturnType< typeof executeWPCli >;
export type MessageCanceled = { error: Error; canceled: boolean };

const DEFAULT_RESPONSE_TIMEOUT = 120000;
const DEFAULT_RESPONSE_TIMEOUT = 180 * 1000;

export default class WpCliProcess {
lastMessageId = 0;
Expand Down

0 comments on commit 44ee173

Please sign in to comment.