diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84a60e37c0..5848dc0bf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -387,9 +387,8 @@ jobs: curl -Os https://uploader.codecov.io/latest/linux/codecov && chmod +x codecov && ./codecov -t ${CODECOV_TOKEN} self-hosted-end-to-end: - needs: [snuba-image] runs-on: ubuntu-latest - timeout-minutes: 25 + timeout-minutes: 30 steps: - name: Checkout Snuba