Add timeout for CI e2e job
Signed-off-by: danfengl <danfengl@vmware.com>pull/4582/head
parent
52590a4426
commit
5571f25f11
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue