mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-16 17:34:00 +00:00
Merge branch 'main' into auto_mark_posts_as_read
This commit is contained in:
commit
9e7ab40250
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