Merge branch 'main' into remove_success_responses

This commit is contained in:
Dessalines 2024-11-07 12:31:38 -05:00 committed by GitHub
commit 6d6123b284
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2044,7 +2044,7 @@ mod tests {
let data = init_data(pool).await?;
// Make sure the post_view query is less than this time
let duration_max = Duration::from_millis(40);
let duration_max = Duration::from_millis(80);
// Create some dummy posts
let num_posts = 1000;