From 66b879f49067a525a862ffa3df1c293e4a0f08e3 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 10 Jun 2015 10:15:24 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 97ed2d2..2580121 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -65,7 +65,7 @@ public class TestingList extends Panel { //start next test if(iCurrentTestPos>0) { - Thread.sleep(1000); + Thread.sleep(5000); testingList.executeTest(iCurrentTestPos+1); } }