From de3c370c35952092e3d434bc5a70e8d46b170129 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Tue, 5 Aug 2025 11:31:03 -0400 Subject: [PATCH] Increase .deb build timeout to 30m --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 08c6c394f6..1ce8258d58 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1380,7 +1380,7 @@ jobs: name: Build .deb Package # Can't do i386 due to https://github.com/dotnet/core/issues/4595 needs: build-releasenotes runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 30 env: TGS_TELEMETRY_KEY_FILE: /tmp/tgs_telemetry_key.txt steps: