Skip to content

Commit

Permalink
Removed forgotten Thread.sleep() in test.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Dec 12, 2023
1 parent 8057cb3 commit 90244c3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,5 @@ protected void fillInterested()
Response response = listener.get(5, TimeUnit.SECONDS);
assertNotNull(response);
assertEquals(200, response.getStatus());

Thread.sleep(2000);
}
}

0 comments on commit 90244c3

Please sign in to comment.