Skip to content

Commit

Permalink
longer wait for ledger bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Jun 17, 2024
1 parent e38b6f1 commit d81b3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/src/e2e/ibc_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ fn run_two_nets(
wait_for_wasm_pre_compile(&mut ledger_a)?;
wait_for_wasm_pre_compile(&mut ledger_b)?;

sleep(5);
sleep(30);

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

0 comments on commit d81b3d4

Please sign in to comment.