Skip to content

Commit

Permalink
server: Fixing a test to stop after several attempts instead of loopi…
Browse files Browse the repository at this point in the history
…ng infinitely
  • Loading branch information
barancev committed Jun 5, 2015
1 parent d47b6fb commit 678f18f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void validateRequestAreHandledFIFO() throws InterruptedException {
requests.get(0).getSession();
break;
} catch (Throwable e) {
// ignore.
cpt++;
}
Thread.sleep(250);
}
Expand Down

0 comments on commit 678f18f

Please sign in to comment.