mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-10 14:54:46 +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;
|
final int index = i;
|
||||||
Thread t = new Thread(() -> {
|
Thread t = new Thread(() -> {
|
||||||
try {
|
try {
|
||||||
pcm.loadPackage("hl7.fhir.r4.core#4.0.1");
|
pcm.loadPackage("hl7.fhir.xver-extensions#0.0.12");
|
||||||
totalSuccessful.incrementAndGet();
|
totalSuccessful.incrementAndGet();
|
||||||
System.out.println("Thread " + index + " completed");
|
System.out.println("Thread " + index + " completed");
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user