Increase timeout limit to match BulkExportUseCaseTest

This commit is contained in:
Nathan Doef 2023-02-07 18:51:13 -05:00 committed by GitHub
parent 0ee3434669
commit a4068b40ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -712,7 +712,7 @@ public class BulkDataExportTest extends BaseResourceProviderR4Test {
private void verifyReport(List<String> theContainedList, List<String> theExcludedList, Batch2JobStartResponse theStartResponse) {
await()
.atMost(60, TimeUnit.SECONDS)
.atMost(300, TimeUnit.SECONDS)
.until(() -> myJobRunner.getJobInfo(theStartResponse.getJobId()).getReport() != null);
// Iterate over the files