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…
Reference in New Issue