mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-13 00:19:32 -05:00
add sleep after nop test (#2350)
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
This commit is contained in:
parent
dc837eddb5
commit
8f549f0622
5
.github/actions/e2e_test/action.yml
vendored
5
.github/actions/e2e_test/action.yml
vendored
@ -268,7 +268,10 @@ runs:
|
|||||||
- name: Nop test payload
|
- name: Nop test payload
|
||||||
if: inputs.test == 'nop'
|
if: inputs.test == 'nop'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: echo "::warning::This test has a nop payload. It doesn't run any tests."
|
run: |
|
||||||
|
echo "::warning::This test has a nop payload. It doesn't run any tests."
|
||||||
|
echo "Sleeping for 30 seconds to allow logs to propagate to the log collection service."
|
||||||
|
sleep 30
|
||||||
|
|
||||||
- name: Run sonobuoy quick test
|
- name: Run sonobuoy quick test
|
||||||
if: inputs.test == 'sonobuoy quick'
|
if: inputs.test == 'sonobuoy quick'
|
||||||
|
Loading…
Reference in New Issue
Block a user