Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Burke committed May 23, 2019
1 parent 075bcc0 commit 1385291
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -123,7 +123,7 @@ public CompletionStage<String> exceptionDelay(@Context HttpRequest req) {
new Runnable() {
public void run() {
try {
Thread.sleep(3000L); // make sure that response will be created after end-point method ends
Thread.sleep(1500L); // make sure that response will be created after end-point method ends
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
Expand Down

0 comments on commit 1385291

Please sign in to comment.