Skip to content

Commit

Permalink
Add a quick comment (MystenLabs#2693)
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark authored Jun 23, 2022
1 parent b905504 commit c9185d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/sui/tests/full_node_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ async fn test_full_node_cold_sync() -> Result<(), anyhow::Error> {
let (_, _, _, _) = transfer_coin(&mut context).await?;
let (_transfered_object, _sender, _receiver, digest) = transfer_coin(&mut context).await?;

// Make sure the validators are quiescent before bringing up the node.
sleep(Duration::from_millis(1000)).await;

let config = swarm.config().generate_fullnode_config();
Expand Down

0 comments on commit c9185d8

Please sign in to comment.