Skip to content

Commit af76ea1

Browse files
author
“ramfox”
committed
chore: increase wait time in doc_delete test
1 parent cfedb3e commit af76ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ async fn doc_delete() -> Result<()> {
11761176

11771177
// wait for gc
11781178
// TODO: allow to manually trigger gc
1179-
tokio::time::sleep(Duration::from_secs(1)).await;
1179+
tokio::time::sleep(Duration::from_secs(2)).await;
11801180
let bytes = client.blobs().get_bytes(hash).await;
11811181
assert!(bytes.is_err());
11821182
node.shutdown().await?;

0 commit comments

Comments
 (0)