fix: add some sleep so catalog is updated.

jdstrand/use-python-standalone-3.13
Jackson Newhouse 2025-03-14 12:34:04 -07:00
parent 4b042220bd
commit 267126bc62
1 changed files with 1 additions and 0 deletions

View File

@ -2119,6 +2119,7 @@ mod tests {
.await
.unwrap();
}
tokio::time::sleep(tokio::time::Duration::from_secs(2)).await;
let prefix = catalog.object_store_prefix();
drop(catalog);