From 5ee8e2e55b9726015b0cd3d21f4f4f9b084a5b67 Mon Sep 17 00:00:00 2001 From: Delan Azabani Date: Tue, 1 Oct 2024 14:55:03 +0800 Subject: [PATCH] CI: increase self-hosted runner timeout from 30 to 120 seconds (#33596) Signed-off-by: Delan Azabani --- .github/workflows/self-hosted-runner-timeout.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |