Startup
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user