reportTO = createReport(reportTO);
assertNotNull(reportTO);
// Execute (multiple requests)
for (int i = 0; i < 10; i++) {
ReportExecTO execution = reportService.execute(reportTO.getId());
assertNotNull(execution);
}
// Wait for one execution
int maxit = 50;