Skip to content

Commit

Permalink
temporary adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchengzhu committed Dec 7, 2023
1 parent ce8893f commit e235098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/Rollback.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ describe('RollBack', function () {
txData.testWay
);

const MAX_GAS_LIMIT = 30000000
const MAX_GAS_LIMIT = 50000000
let gasLimit;
if (estimatedGas > MAX_GAS_LIMIT) {
console.error(`Estimated Gas (${estimatedGas.toString()}) exceeds ${MAX_GAS_LIMIT}`);
Expand Down

0 comments on commit e235098

Please sign in to comment.