Skip to content

Commit

Permalink
Increases gas limits for ibc e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Sep 6, 2024
1 parent 52d9117 commit 9938fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/tests/src/e2e/ibc_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ fn transfer(
"--port-id",
&port_id,
"--gas-limit",
"200000",
"250000",
"--node",
&rpc,
]);
Expand Down Expand Up @@ -1229,7 +1229,7 @@ fn propose_inflation(test: &Test) -> Result<Epoch> {
"--data-path",
proposal_json_path.to_str().unwrap(),
"--gas-limit",
"4000000",
"10000000",
"--node",
&rpc,
]);
Expand Down

0 comments on commit 9938fca

Please sign in to comment.