Skip to content

Commit

Permalink
1877262
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jan 22, 2008
1 parent 203d0b4 commit 4e54864
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -31,7 +31,6 @@ public void testFilter() throws Exception {

other.start();
Thread.sleep(500);


one.hold = false;
three.hold = false;
Expand Down Expand Up @@ -77,7 +76,7 @@ public void run() {
public void work() throws ServletException, IOException {
while (hold) {
try {
Thread.sleep(100);
Thread.sleep(50);
} catch (InterruptedException e) {
}
}
Expand Down

0 comments on commit 4e54864

Please sign in to comment.