diff --git a/.github/workflows/self-hosted-runner-timeout.yml b/.github/workflows/self-hosted-runner-timeout.yml index 6c9785f122f..0cc8bc46631 100644 --- a/.github/workflows/self-hosted-runner-timeout.yml +++ b/.github/workflows/self-hosted-runner-timeout.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait a bit - run: sleep 30 + run: sleep 120 - name: Cancel if workload job is still queued run: |