Increase speed check limit. (#5175)

This commit is contained in:
Dessalines 2024-11-07 12:30:58 -05:00 committed by GitHub
parent ad90cd77f9
commit 441b8518fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2047,7 +2047,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;