Skip to content

Commit 479c6b4

Browse files
Try to fix testing inconsistencies
1 parent 3b48a53 commit 479c6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/app/fyreplace/api/data/dev/DataSeeder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public Comment createComment(final User author, final Post post, final String te
166166

167167
private void sleep() {
168168
try {
169-
Thread.sleep(1L);
169+
Thread.sleep(10L);
170170
} catch (InterruptedException e) {
171171
throw new RuntimeException(e);
172172
}

0 commit comments

Comments
 (0)