minor - add timeout parameter for Execution.activate

This commit is contained in:
Heng Sin Low 2010-03-31 08:11:02 +00:00
parent 226018cbc9
commit e80c8d0163
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ public class WTask extends Window implements EventListener
while (true) {
try {
Thread.sleep(500);
Executions.activate(desktop);
Executions.activate(desktop, 500);
try {
StringBuffer sb = new StringBuffer();
sb.append(osTask.getOut())