Add timeout for CI e2e job

Signed-off-by: danfengl <danfengl@vmware.com>
pull/4582/head
danfengl 2022-01-26 09:24:24 +00:00
parent 52590a4426
commit 5571f25f11
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ jobs:
ADDITIONAL_CREDS_FILE=/tmp/credential ADDITIONAL_BSL_BUCKET=additional-bucket \
GINKGO_FOCUS=Basic VELERO_IMAGE=velero:pr-test \
make -C test/e2e run
timeout-minutes: 30
- name: Upload debug bundle
if: ${{ failure() }}
uses: actions/upload-artifact@v2