From a4068b40cab8c7c3d564829e6664b0aaa1448194 Mon Sep 17 00:00:00 2001 From: Nathan Doef Date: Tue, 7 Feb 2023 18:51:13 -0500 Subject: [PATCH] Increase timeout limit to match BulkExportUseCaseTest --- .../src/test/java/ca/uhn/fhir/jpa/bulk/BulkDataExportTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/bulk/BulkDataExportTest.java b/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/bulk/BulkDataExportTest.java index 6f6006a9ac3..319316849c2 100644 --- a/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/bulk/BulkDataExportTest.java +++ b/hapi-fhir-jpaserver-test-r4/src/test/java/ca/uhn/fhir/jpa/bulk/BulkDataExportTest.java @@ -712,7 +712,7 @@ public class BulkDataExportTest extends BaseResourceProviderR4Test { private void verifyReport(List theContainedList, List theExcludedList, Batch2JobStartResponse theStartResponse) { await() - .atMost(60, TimeUnit.SECONDS) + .atMost(300, TimeUnit.SECONDS) .until(() -> myJobRunner.getJobInfo(theStartResponse.getJobId()).getReport() != null); // Iterate over the files