From 2cf901eb52371cc12346c7f3d84825eda5ac9092 Mon Sep 17 00:00:00 2001 From: rchache <105247787+rchache@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:34:47 -0400 Subject: [PATCH] Increase timeout from 50 minutes to 100 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 30ced0cc..828bf4a8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -72,7 +72,7 @@ jreleaser { url = "https://central.sonatype.com/api/v1/publisher" stagingRepository(rootProject.layout.buildDirectory.dir("staging").get().asFile.path) maxRetries = 100 - retryDelay = 30 + retryDelay = 60 } } }