We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e412d commit 0f4d2ecCopy full SHA for 0f4d2ec
tests/index_api.rs
@@ -15,8 +15,7 @@ async fn index_api_basic_bulk() {
15
// Drop the table if it exists
16
let res = utils_api.sql("DROP TABLE IF EXISTS products", Some(true)).await;
17
assert!(res.is_ok(), "DROP TABLE failed: {:?}", res.err());
18
- tokio::time::delay_for(tokio::time::Duration::from_millis(1000));
19
-
+
20
// Create table
21
let res = utils_api
22
.sql(
0 commit comments