If you're using a timer in the thread, reduce the timer delay; if you're just sleeping the thread in a loop, reduce the sleep time.

Incidentally, when posting code, please use the Java Naming...