Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove mDNS #2630

Closed
wants to merge 15 commits into from
Closed
Prev Previous commit
Next Next commit
test: fix sleep
b-zee committed Jan 22, 2025
commit e37306c54f4d23e7f474c8c7c719e5269d1c914f
2 changes: 1 addition & 1 deletion ant-node/tests/verify_data_location.rs
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@ async fn verify_data_location() -> Result<()> {

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

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

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