Skip to content

Commit 2bcd35a

Browse files
authored
Bigger timeout for release job (#693)
* Bigger timeout for release job * Trying to pacify muzzle
1 parent 043d8ab commit 2bcd35a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ jobs:
167167
- restore_cache:
168168
<<: *cache_keys
169169

170-
- run: ./gradlew -Prelease.useLastTag=true final
170+
- run:
171+
command: ./gradlew -Prelease.useLastTag=true final
172+
no_output_timeout: 6h
171173

172174
patch_release:
173175
<<: *defaults

0 commit comments

Comments
 (0)