From 39b9f190bf77475a7858844df5e35c05c8f10ad4 Mon Sep 17 00:00:00 2001 From: Future Outlier Date: Sun, 17 Dec 2023 21:06:00 +0800 Subject: [PATCH] timeout-minutes Signed-off-by: Future Outlier --- .github/workflows/single-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/single-binary.yml b/.github/workflows/single-binary.yml index e693b0d3d1..9a2c19a52c 100644 --- a/.github/workflows/single-binary.yml +++ b/.github/workflows/single-binary.yml @@ -123,7 +123,7 @@ jobs: env: FLYTESNACKS_PRIORITIES: "P0" FLYTESNACKS_VERSION: "" - timeout-minutes: 20 + timeout-minutes: 60 needs: [build-and-push-single-binary-image] steps: - name: Set latest Flytesnacks release