30 minute timeout

command -> commands

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-07-05 14:40:57 -07:00
parent cc63281ca2
commit ae1e0469cf

View file

@ -1,9 +1,14 @@
---
expeditor:
defaults:
buildkite:
timeout_in_minutes: 30
steps:
- label: coverage
command:
commands:
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
- bundle exec rake test:default
expeditor: