Skip to content

Commit

Permalink
wait for compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Aug 28, 2023
1 parent 8870018 commit 77acd40
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 @@ -280,10 +280,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 77acd40

Please sign in to comment.