Skip to content

Commit

Permalink
Bump publish timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Feb 5, 2021
1 parent 170b75d commit f40359c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ configure(subprojects.findAll({ it.name.startsWith('assertk') })) {
repositories {
sonatype()
}
clientTimeout.set(Duration.ofMinutes(5))
connectTimeout.set(Duration.ofMinutes(5))
}

publishing {
Expand Down Expand Up @@ -225,4 +227,4 @@ configure(subprojects.findAll({ it.name.startsWith('assertk') })) {
}
}
}
}
}

0 comments on commit f40359c

Please sign in to comment.