From 2727135a84f0a47fd78a0e0d5629524e0013573c Mon Sep 17 00:00:00 2001 From: yito88 Date: Wed, 14 Aug 2024 11:00:18 +0200 Subject: [PATCH] fix gas limit for propose_upgrade_client --- crates/tests/src/e2e/ibc_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tests/src/e2e/ibc_tests.rs b/crates/tests/src/e2e/ibc_tests.rs index bf2693263c7..70b075722da 100644 --- a/crates/tests/src/e2e/ibc_tests.rs +++ b/crates/tests/src/e2e/ibc_tests.rs @@ -2376,7 +2376,7 @@ fn propose_upgrade_client(test: &Test) -> Result { "--data-path", proposal_json_path.to_str().unwrap(), "--gas-limit", - "2000000", + "4000000", "--node", &rpc, ];