Skip to content

Commit

Permalink
test: remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee committed Jan 22, 2025
1 parent cee4384 commit 76746f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ant-node/tests/verify_data_location.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ async fn verify_data_location() -> Result<()> {

let (client, wallet) = get_client_and_funded_wallet().await;

tokio::time::sleep(Duration::from_secs(10)).await;

store_chunks(&client, chunk_count, &wallet).await?;

// Verify data location initially
Expand Down

0 comments on commit 76746f0

Please sign in to comment.