From 50050b766e0615c98904be82bf8b9a0d796eea9b Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 10 Jun 2015 10:17:12 +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 2580121..6d7f33c 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(5000); + Thread.sleep(9000); testingList.executeTest(iCurrentTestPos+1); } }