Startup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user