mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 06:14:45 +00:00
Use a smaller package
This commit is contained in:
parent
09ab60405d
commit
1866be1673
@ -116,7 +116,7 @@ public class FilesystemPackageManagerTests {
|
||||
final int index = i;
|
||||
Thread t = new Thread(() -> {
|
||||
try {
|
||||
pcm.loadPackage("hl7.fhir.r4.core#4.0.1");
|
||||
pcm.loadPackage("hl7.fhir.xver-extensions#0.0.12");
|
||||
totalSuccessful.incrementAndGet();
|
||||
System.out.println("Thread " + index + " completed");
|
||||
} catch (Exception e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user