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:
committed by
Jens Kristian Villadsen
parent
e0c1258083
commit
c83e196f96
7
.gitignore
vendored
7
.gitignore
vendored
@@ -119,6 +119,13 @@ local.properties
|
||||
|
||||
# STS (Spring Tool Suite)
|
||||
.springBeans
|
||||
.apt_generated
|
||||
.classpath
|
||||
.factorypath
|
||||
.project
|
||||
.settings
|
||||
.springBeans
|
||||
.sts4-cache
|
||||
|
||||
# Code Recommenders
|
||||
.recommenders/
|
||||
|
||||
Reference in New Issue
Block a user