CORE-14330: Configure CPI upload timeout (#50)

This commit is contained in:
Tony Lawson 2023-06-15 16:43:29 +01:00 committed by GitHub
parent a7592dde96
commit 98a12b2825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -32,6 +32,7 @@ allprojects {
cordaDbContainerName = "CSDEpostgresql" cordaDbContainerName = "CSDEpostgresql"
cordaBinDir = "${System.getProperty("user.home")}/.corda/corda5" cordaBinDir = "${System.getProperty("user.home")}/.corda/corda5"
cordaCliBinDir = "${System.getProperty("user.home")}/.corda/cli" cordaCliBinDir = "${System.getProperty("user.home")}/.corda/cli"
cpiUploadTimeout = cpiUploadDefault
} }
// Declare the set of Java compiler options we need to build a CorDapp. // Declare the set of Java compiler options we need to build a CorDapp.

View File

@ -15,7 +15,7 @@ combinedWorkerJarVersion=5.0.0.0-Iguana1.0
cordaPluginsVersion=7.0.3 cordaPluginsVersion=7.0.3
# Specify the version of the CSDE gradle plugin to use # Specify the version of the CSDE gradle plugin to use
csdePluginVersion=1.0.0-alpha-+ csdePluginVersion=1.2.0-alpha-+
# Specify the name of the workflows module # Specify the name of the workflows module
workflowsModule=workflows workflowsModule=workflows
@ -36,6 +36,10 @@ mockitoKotlinVersion=4.0.0
mockitoVersion=4.6.1 mockitoVersion=4.6.1
hamcrestVersion=2.2 hamcrestVersion=2.2
# Specify the maximum amount of time allowed for the CPI upload
# As your CorDapp grows you might need to increase this
# Value is in milliseconds
cpiUploadDefault=10000
# R3 internal repository # R3 internal repository
# Use this version when pointing to artefacts in artifactory that have not been published to S3 # Use this version when pointing to artefacts in artifactory that have not been published to S3