Skip to content

Commit

Permalink
test/e2e/masp: wait for first block instead of epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Aug 7, 2024
1 parent 6d3fc90 commit 76b7926
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 @@ -2358,7 +2358,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 76b7926

Please sign in to comment.