Increase timeout limit to match BulkExportUseCaseTest
This commit is contained in:
parent
0ee3434669
commit
a4068b40ca
|
@ -712,7 +712,7 @@ public class BulkDataExportTest extends BaseResourceProviderR4Test {
|
||||||
|
|
||||||
private void verifyReport(List<String> theContainedList, List<String> theExcludedList, Batch2JobStartResponse theStartResponse) {
|
private void verifyReport(List<String> theContainedList, List<String> theExcludedList, Batch2JobStartResponse theStartResponse) {
|
||||||
await()
|
await()
|
||||||
.atMost(60, TimeUnit.SECONDS)
|
.atMost(300, TimeUnit.SECONDS)
|
||||||
.until(() -> myJobRunner.getJobInfo(theStartResponse.getJobId()).getReport() != null);
|
.until(() -> myJobRunner.getJobInfo(theStartResponse.getJobId()).getReport() != null);
|
||||||
|
|
||||||
// Iterate over the files
|
// Iterate over the files
|
||||||
|
|
Loading…
Reference in New Issue