From ec8be4cb2fa04b2d29c3ae88e45133a8874f120f Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 10 Jun 2015 09:57:29 +0200 Subject: [PATCH] Startup --- plugins/TestingList.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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());