229230231232233234235236237238239
public void _testReadWriteSet() throws Exception { // creators CreateThread creator = new CreateThread(repository.login(this.credentials, "ws1")); creator.start(); try { log.info("Wait 20 sec. for CreateThread"); Thread.sleep(20000); // 30 sec. }