Skip to content

Commit

Permalink
Reverting the changes to this test
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Oct 10, 2015
1 parent 7f33908 commit 52b52f4
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ public class DefaultToFIFOPriorityTest {
private List<MockedRequestHandler> requests =
Collections.synchronizedList(new ArrayList<MockedRequestHandler>());

private volatile boolean reqDone = false;

/**
* create a hub with 1 FF
*
Expand Down Expand Up @@ -105,9 +103,6 @@ public void validateRequestAreHandledFIFO() throws InterruptedException {
// when release is executed, 1 slot is
// freed.The iteration over the queue to sort + find the match isn't
// instant.
while (!reqDone) {
Thread.sleep(20);
}
int cpt = 0;
while (cpt < 8) {
try {
Expand Down

0 comments on commit 52b52f4

Please sign in to comment.