diff options
author | Robb Kidd <robb@thekidds.org> | 2019-11-05 15:01:20 -0500 |
---|---|---|
committer | Robb Kidd <robb@thekidds.org> | 2019-11-05 16:45:58 -0500 |
commit | 62f1d3a350951eaeced91bd96c01a8b1039123a4 (patch) | |
tree | 4065d88ccb845c78a30ed5ef023c02a0a0ac6ce2 /.expeditor/habitat-test.pipeline.yml | |
parent | a239557f72823e92d42d9e5fb54cafd2ae5617f5 (diff) | |
download | chef-62f1d3a350951eaeced91bd96c01a8b1039123a4.tar.gz |
increase timeout; the Windows hab tests take a long timejudicious-error-throwing
Signed-off-by: Robb Kidd <robb@thekidds.org>
Diffstat (limited to '.expeditor/habitat-test.pipeline.yml')
-rw-r--r-- | .expeditor/habitat-test.pipeline.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.expeditor/habitat-test.pipeline.yml b/.expeditor/habitat-test.pipeline.yml index 8f46de4784..8a71df9c17 100644 --- a/.expeditor/habitat-test.pipeline.yml +++ b/.expeditor/habitat-test.pipeline.yml @@ -1,4 +1,12 @@ --- +expeditor: + defaults: + buildkite: + timeout_in_minutes: 60 + retry: + automatic: + limit: 1 + steps: - label: ":windows: Validate Habitat Builds of Chef Infra" |