Skip to content

Commit

Permalink
increasing the time of build pack
Browse files Browse the repository at this point in the history
  • Loading branch information
glo11372 committed May 24, 2024
1 parent a0fc454 commit facd23d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const thisDep = {
intercept
};

const WEBPACK_BUILD_TIMEOUT = 600000;
const WEBPACK_BUILD_TIMEOUT = 800000;

const mockComponent = name => `function ${name}(props) { return <div className={name}>{props.children}</div>;
`;
Expand Down

0 comments on commit facd23d

Please sign in to comment.