diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2021-04-22 10:40:53 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2021-04-22 10:40:53 -0700 |
commit | bb6e6b530e6668fa5c689abbf49e2bcc4c372e90 (patch) | |
tree | 0495a7446de88cad6b373f0a93cfe09e511abf26 | |
parent | 262d718d8bb0db5bec311ac1b8ecd07e869be364 (diff) | |
download | chef-bb6e6b530e6668fa5c689abbf49e2bcc4c372e90.tar.gz |
Testing: increase the timeout by a lot
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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 20ffb41278..5df072eaf1 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -7,7 +7,7 @@ expeditor: retry: automatic: limit: 1 - timeout_in_minutes: 45 + timeout_in_minutes: 9999 steps: |