Skip to content

Commit

Permalink
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
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
2 parents 3507e0b + 90244c3 commit 0088ca8
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 0088ca8

Please sign in to comment.