Closedown

This commit is contained in:
boccioli_m
2015-06-10 09:49:34 +02:00
parent 6d55c4f766
commit e1ae5bc45c

View File

@@ -395,6 +395,7 @@ public class TestingList extends Panel {
try{
args.put("DEVICE", sDeviceName);
run(sTestName, args);
Thread.sleep(1000);
while(getResult(sDeviceName, sTestName) == "Running"){
Thread.sleep(1000);
}