From 04928034cb931ce31583ec51137fc31b3d3e65a3 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 10 Jun 2015 10:14:51 +0200 Subject: [PATCH] Startup --- plugins/TestingList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 27471a9..97ed2d2 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(500); + Thread.sleep(1000); testingList.executeTest(iCurrentTestPos+1); } }