Closedown

This commit is contained in:
boccioli_m
2015-06-10 10:17:12 +02:00
parent e376c378a0
commit 50050b766e

View File

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