From e569718208f613bd6bbb058b4cea477855c2a6f8 Mon Sep 17 00:00:00 2001 From: Damian Reeves <957246+DamianReeves@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:26:45 -0500 Subject: [PATCH] Increase timeouts for publishing as Sonatype services can be slooooow (#671) --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index acb300e0f..8e24f3b1f 100644 --- a/build.sc +++ b/build.sc @@ -573,7 +573,7 @@ object ci extends Module { val credentials = sys.env("SONATYPE_USERNAME") + ":" + sys.env("SONATYPE_PASSWORD") val pgpPassword = sys.env("PGP_PASSPHRASE") - val timeout = 10.minutes + val timeout = 20.minutes // SONATYPE CAN BE SUPER SLOW val artifacts = data.map { case PublishModule.PublishData(a, s) =>