Skip to content

Commit

Permalink
WIP(boot): raise blockComputeLimit to accomodate a whole iteration
Browse files Browse the repository at this point in the history
1000x
  • Loading branch information
dckc committed Feb 6, 2025
1 parent e7e8b07 commit 73461e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/boot/tools/supports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ export const makeSwingsetHarness = () => {
const c2b = defaultBeansPerXsnapComputron;
const beansPerUnit = {
// see https://cosgov.org/agoric?msgType=parameterChangeProposal&network=main
blockComputeLimit: 65_000_000n * c2b,
blockComputeLimit: 65_000_000_000n * c2b, // XXX increase block budget for fusd testing
vatCreation: defaultBeansPerVatCreation,
xsnapComputron: c2b,
};
Expand Down

0 comments on commit 73461e1

Please sign in to comment.