mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-18 02:45:07 +00:00
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) {
|
||||
await()
|
||||
.atMost(60, TimeUnit.SECONDS)
|
||||
.atMost(300, TimeUnit.SECONDS)
|
||||
.until(() -> myJobRunner.getJobInfo(theStartResponse.getJobId()).getReport() != null);
|
||||
|
||||
// Iterate over the files
|
||||
|
Loading…
x
Reference in New Issue
Block a user