diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 78fc430..b573c93 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -395,9 +395,9 @@ public class TestingList extends Panel { try{ args.put("DEVICE", sDeviceName); run(sTestName, args); - Thread.sleep(500); + Thread.sleep(50); while(getResult(sDeviceName, sTestName) == "Running"){ - Thread.sleep(1000); + Thread.sleep(100); } } catch (Exception ex) { SwingUtils.showMessage(this, "", ex.toString());