From 1d582b796de0dcd6f2dd51009f4ccd584e4e3daf Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 10 Jun 2015 09:51:00 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index f0b1252..78fc430 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -174,7 +174,7 @@ public class TestingList extends Panel { } } if (colT >= 0 && rowD >= 0) { - sStatus = jTable1.getValueAt(rowD, colT).toString(); + sStatus = jTable1.getValueAt(rowD, COL_STATUS).toString(); } return sStatus; @@ -395,7 +395,7 @@ public class TestingList extends Panel { try{ args.put("DEVICE", sDeviceName); run(sTestName, args); - Thread.sleep(1000); + Thread.sleep(500); while(getResult(sDeviceName, sTestName) == "Running"){ Thread.sleep(1000); }