mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
decrease
This commit is contained in:
parent
e0687bd585
commit
5a4d348bcb
1 changed files with 1 additions and 1 deletions
|
@ -865,7 +865,7 @@ test("Dont send a comment reply to a blocked community", async () => {
|
|||
/// of 100.
|
||||
test("Fetch a deeply nested comment", async () => {
|
||||
let lastComment;
|
||||
for (let i = 0; i < 80; i++) {
|
||||
for (let i = 0; i < 50; i++) {
|
||||
let commentRes = await createComment(
|
||||
alpha,
|
||||
postOnAlphaRes.post_view.post.id,
|
||||
|
|
Loading…
Reference in a new issue