mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-16 17:34:00 +00:00
Increase speed check limit. (#5175)
This commit is contained in:
parent
ad90cd77f9
commit
441b8518fa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue