This commit is contained in:
boccioli_m
2015-06-10 09:57:29 +02:00
parent edb3417309
commit ec8be4cb2f

View File

@@ -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());