From 88736efa74d0758f020272ef1398ed0317ab4134 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Mon, 16 Dec 2024 07:07:38 -0500 Subject: [PATCH] fix: increase max retry count (#7252) --- core/src/main/resources/dependencycheck.properties | 2 +- core/src/test/resources/dependencycheck.properties | 2 +- utils/src/test/resources/dependencycheck.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/resources/dependencycheck.properties b/core/src/main/resources/dependencycheck.properties index 8e11c5837ef..dc3bff848ad 100644 --- a/core/src/main/resources/dependencycheck.properties +++ b/core/src/main/resources/dependencycheck.properties @@ -54,7 +54,7 @@ proxy.disableSchemas=true nvd.api.check.validforhours=4 nvd.api.datafeed.validfordays=7 -nvd.api.max.retry.count=10 +nvd.api.max.retry.count=30 nvd.api.delay=0 #nvd.api.datafeed.url=https://example.com/nvd-cache/ #nvd.api.datafeed.user= diff --git a/core/src/test/resources/dependencycheck.properties b/core/src/test/resources/dependencycheck.properties index fffb81adc3c..7916b10a82e 100644 --- a/core/src/test/resources/dependencycheck.properties +++ b/core/src/test/resources/dependencycheck.properties @@ -50,7 +50,7 @@ proxy.disableSchemas=true nvd.api.check.validforhours=4 nvd.api.datafeed.validfordays=7 -nvd.api.max.retry.count=10 +nvd.api.max.retry.count=30 nvd.api.delay=0 #nvd.api.datafeed.url=https://example.com/nvd-cache/ #nvd.api.datafeed.user= diff --git a/utils/src/test/resources/dependencycheck.properties b/utils/src/test/resources/dependencycheck.properties index a00a0172ce0..98230297cd0 100644 --- a/utils/src/test/resources/dependencycheck.properties +++ b/utils/src/test/resources/dependencycheck.properties @@ -50,7 +50,7 @@ proxy.disableSchemas=true nvd.api.check.validforhours=4 nvd.api.datafeed.validfordays=7 -nvd.api.max.retry.count=10 +nvd.api.max.retry.count=30 nvd.api.delay=0 #nvd.api.datafeed.url=https://example.com/nvd-cache/ #nvd.api.datafeed.user=