From e1ae5bc45c5a2c252f4203e468a81b1b446a853a Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 10 Jun 2015 09:49:34 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 8b4fb56..f0b1252 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -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); }