diff options
author | Bapu L <bapu.labade@progress.com> | 2022-09-14 19:46:43 +0530 |
---|---|---|
committer | Bapu L <bapu.labade@progress.com> | 2022-09-14 19:46:43 +0530 |
commit | c46a128005a271004ccf72a8ce9baccdbc519d7d (patch) | |
tree | ca7a7269130abbe1d3b05eda7e34073052814d3f | |
parent | cd39e902d46cd08fade8eb39a02f74967a57348d (diff) | |
download | chef-c46a128005a271004ccf72a8ce9baccdbc519d7d.tar.gz |
Updated verify pipeline timeout
Signed-off-by: Bapu L <bapu.labade@progress.com>
-rw-r--r-- | .expeditor/verify.pipeline.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 87e9b87e9f..4d147221f4 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -7,7 +7,7 @@ expeditor: retry: automatic: limit: 1 - timeout_in_minutes: 60 + timeout_in_minutes: 0 steps: |