Skip to content

Commit

Permalink
wait for compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Nov 23, 2023
1 parent 70b46c0 commit 5eb2132
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/src/e2e/ibc_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,6 @@ fn run_two_nets() -> Result<(NamadaCmd, NamadaCmd, Test, Test)> {
wait_for_wasm_pre_compile(&mut ledger_a)?;
wait_for_wasm_pre_compile(&mut ledger_b)?;

// wait for the first block
ledger_a.exp_regex("Committed block .* height: 2")?;
ledger_b.exp_regex("Committed block .* height: 2")?;

// Wait for a first block
ledger_a.exp_string("Committed block hash")?;
ledger_b.exp_string("Committed block hash")?;
Expand Down

0 comments on commit 5eb2132

Please sign in to comment.