From 76746f0bd36b0eac37938a907e79772482d86fb3 Mon Sep 17 00:00:00 2001 From: Benno Zeeman Date: Wed, 22 Jan 2025 14:29:17 +0100 Subject: [PATCH] test: remove sleep --- ant-node/tests/verify_data_location.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ant-node/tests/verify_data_location.rs b/ant-node/tests/verify_data_location.rs index 71f86222f9..9aad7b690c 100644 --- a/ant-node/tests/verify_data_location.rs +++ b/ant-node/tests/verify_data_location.rs @@ -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