Skip to content

Commit

Permalink
chore: extra sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
maqi committed Dec 15, 2024
1 parent 2ea9e13 commit ae54b8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autonomi/tests/put.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ async fn put() -> Result<()> {

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

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

let data_fetched = client.data_get_public(addr).await?;
assert_eq!(data, data_fetched, "data fetched should match data put");

Expand Down

0 comments on commit ae54b8c

Please sign in to comment.