Skip to content

Commit

Permalink
add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Nov 23, 2023
1 parent 5eb2132 commit 28a0bb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/src/e2e/ibc_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,7 @@ 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 a first block
ledger_a.exp_string("Committed block hash")?;
ledger_b.exp_string("Committed block hash")?;
sleep(5);

Ok((ledger_a, ledger_b, test_a, test_b))
}
Expand Down

0 comments on commit 28a0bb3

Please sign in to comment.