We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e1efa commit 3f996a0Copy full SHA for 3f996a0
README.md
@@ -57,7 +57,7 @@ public class PostServiceImpl implements PostService {
57
@DataProvider(id = "posts")
58
@Override
59
public List<Post> getPosts(@InvokeParameter("userId") Long userId) {
60
- try {
+ try {
61
Thread.sleep(1000L);
62
} catch (InterruptedException e) {
63
}
@@ -81,7 +81,7 @@ public class UserServiceImpl implements UserService {
81
82
public User get(@InvokeParameter("userId") Long id) {
83
/* */
84
85
Thread.sleep(100L);
86
87
0 commit comments