diff --git a/.github/actions/e2e_test/action.yml b/.github/actions/e2e_test/action.yml index 2c0b14761..2aaacae13 100644 --- a/.github/actions/e2e_test/action.yml +++ b/.github/actions/e2e_test/action.yml @@ -268,7 +268,10 @@ runs: - name: Nop test payload if: inputs.test == 'nop' 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 if: inputs.test == 'sonobuoy quick'