Skip to content

Commit 6c29be0

Browse files
committed
increased release timeout
1 parent 188900d commit 6c29be0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ jobs:
197197
release:
198198
executor: 'j8'
199199
steps:
200-
- timeout
200+
- timeout:
201+
duration: '15m'
201202
- checkout
202203
- load_cache
203204
- config_gpg

0 commit comments

Comments
 (0)