From 63514041f6819c79136f621138efea8060441411 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Thu, 19 May 2022 01:20:36 +0200 Subject: [PATCH] Fix error Signed-off-by: Bensuperpc --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c6be13..d4d9400 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,8 +27,8 @@ jobs: - name: build uses: nick-fields/retry@v2 with: - timeout_seconds: 20 - max_attempts: 5 + retry_wait_seconds: 40 + max_attempts: 3 retry_on: error command: make base @@ -864,8 +864,8 @@ jobs: - name: build uses: nick-fields/retry@v2 with: - timeout_seconds: 20 - max_attempts: 5 + retry_wait_seconds: 20 + max_attempts: 3 retry_on: error command: make ${{ matrix.arch_name.image }}