Merge "add cypress test that verify deletion of the not upgraded vfm"
authorAmichai Hemli <amichai.hemli@intl.att.com>
Sun, 29 Mar 2020 13:50:57 +0000 (13:50 +0000)
committerGerrit Code Review <gerrit@onap.org>
Sun, 29 Mar 2020 13:50:57 +0000 (13:50 +0000)
vid-ext-services-simulator/src/main/resources/META-INF/persistence.xml

index 448b5b3..98b4793 100644 (file)
@@ -18,6 +18,7 @@
             <property name="hibernate.connection.password" value="euser"/>
             <property name="hibernate.connection.url" value="jdbc:mariadb://localhost:3306/vid_portal"/>
             <property name="hibernate.id.new_generator_mappings" value="false"/>
+            <property name="hibernate.c3p0.idle_test_period" value="30"/>
         </properties>
     </persistence-unit>
 </persistence>
\ No newline at end of file