Increase no output timeout for release step
parent
2c815a635e
commit
658c6333a1
|
@ -88,6 +88,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: "Build and publish release"
|
name: "Build and publish release"
|
||||||
command: make release
|
command: make release
|
||||||
|
no_output_timeout: 30m
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: ~/project
|
root: ~/project
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue