Skip to content

Commit

Permalink
Increase timeouts for publishing as Sonatype services can be slooooow (
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves authored Aug 21, 2024
1 parent 6c60270 commit e569718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
Expand Down

0 comments on commit e569718

Please sign in to comment.