This commit is contained in:
boccioli_m
2015-06-10 10:14:51 +02:00
parent 92dc1ab9d5
commit 04928034cb

View File

@@ -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);
}
}