Skip to content

Commit

Permalink
fixup! End-to-end test for set-funds
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Nov 5, 2023
1 parent c7ca28e commit 28beba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/e2e/ledger_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ async fn test_hardfork_set_funds() -> Result<()> {
)?
.background();
let fullnode =
run_namada_ledger_node_until(&test, None, Some(40), HARDFORK_HEIGHT)?
run_namada_ledger_node_until(&test, None, Some(120), HARDFORK_HEIGHT)?
.background();

let validator_rpc = get_actor_rpc(&test, &Who::Validator(0));
Expand Down

0 comments on commit 28beba1

Please sign in to comment.