From e78f82f50ff40d04afc6d2ad5382f01dd5e0c18a Mon Sep 17 00:00:00 2001 From: rahuldash171 Date: Tue, 9 Jan 2024 13:59:06 +0530 Subject: [PATCH 1/3] commented verify goal --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 847e157e9..fd5312c15 100644 --- a/pom.xml +++ b/pom.xml @@ -669,7 +669,7 @@ integration-test - verify + From b19531455764ddec8914a0f71d447f51402823a2 Mon Sep 17 00:00:00 2001 From: rahuldash171 Date: Fri, 12 Jan 2024 13:26:43 +0530 Subject: [PATCH 2/3] thread count and fork count change in parent pom -database plugin --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fd5312c15..5ddcc2155 100644 --- a/pom.xml +++ b/pom.xml @@ -646,8 +646,8 @@ classes - 2 - 2 + 8 + 5 true From 6a272aeb736f6d45dc138d2a8bfde9b87b128e98 Mon Sep 17 00:00:00 2001 From: bharatgulati Date: Thu, 18 Jan 2024 12:44:25 +0530 Subject: [PATCH 3/3] increase thread and fork count --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5ddcc2155..f502823c1 100644 --- a/pom.xml +++ b/pom.xml @@ -646,8 +646,8 @@ classes - 8 - 5 + 15 + 15 true