Skip to content

Commit

Permalink
Merge pull request #3590 from anoma/tomas/e2e-masp
Browse files Browse the repository at this point in the history
test/e2e/masp: wait for first block instead of epoch
  • Loading branch information
mergify[bot] authored Aug 8, 2024
2 parents dd3a56f + 76b7926 commit 7b052e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/src/e2e/ledger_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2371,7 +2371,7 @@ fn masp_txs_and_queries() -> Result<()> {
.background();

let rpc_address = get_actor_rpc(&test, who);
let _ep1 = epoch_sleep(&test, &rpc_address, 720)?;
wait_for_block_height(&test, &rpc_address, 1, 30)?;

// add necessary viewing keys to shielded context
let mut sync = run_as!(
Expand Down

0 comments on commit 7b052e5

Please sign in to comment.