fix: add some sleep so catalog is updated.
parent
4b042220bd
commit
267126bc62
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue