mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
wait at most 5 hours (#322)
This commit is contained in:
parent
ffc3097c10
commit
a705fabf43
2
.github/actions/sonobuoy/action.yml
vendored
2
.github/actions/sonobuoy/action.yml
vendored
@ -22,7 +22,7 @@ runs:
|
||||
shell: bash
|
||||
|
||||
- name: Run quick e2e test
|
||||
run: sonobuoy run --wait ${{ inputs.sonobuoyTestSuiteCmd }} --kubeconfig constellation-admin.conf
|
||||
run: sonobuoy run --wait 300 ${{ inputs.sonobuoyTestSuiteCmd }} --kubeconfig constellation-admin.conf
|
||||
shell: bash
|
||||
- name: Download results
|
||||
run: sonobuoy retrieve -x --kubeconfig constellation-admin.conf
|
||||
|
Loading…
Reference in New Issue
Block a user