mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-16 19:05:18 +00:00
Merge branch 'main' into remove_success_responses
This commit is contained in:
commit
6d6123b284
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue