From e235098b4558b8eb94f1e241a0676e52635be07a Mon Sep 17 00:00:00 2001 From: sunchengzhu Date: Thu, 7 Dec 2023 18:13:23 +0800 Subject: [PATCH] temporary adjustment --- contracts/test/Rollback.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/test/Rollback.js b/contracts/test/Rollback.js index 078399da..b5f315b8 100644 --- a/contracts/test/Rollback.js +++ b/contracts/test/Rollback.js @@ -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}`);