Affected Issue(s): Fix failing test

What this commit has achieved:
1. Fixed failing tests in `ExampleServerR4IT` due to:
```
org.awaitility.core.ConditionTimeoutException: Condition with ca.uhn.fhir.jpa.starter.ExampleServerR4IT was not fulfilled within 10 seconds.
```
default await time from Awaitility is 10 seconds
2. Added entries in `.gitignore` related to STS IDE
This commit is contained in:
Levi
2021-08-20 13:40:45 +07:00
committed by Jens Kristian Villadsen
parent e0c1258083
commit c83e196f96
2 changed files with 49 additions and 60 deletions

7
.gitignore vendored
View File

@@ -119,6 +119,13 @@ local.properties
# STS (Spring Tool Suite)
.springBeans
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
# Code Recommenders
.recommenders/