From: Azat Khuzhin Date: Tue, 12 Jul 2022 18:57:41 +0000 (+0300) Subject: ci: increase number of attempts to 5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e7a73809ebfd0e111856eb0b395d6a0735b6c8b;p=libevent ci: increase number of attempts to 5 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd773f99..e49e5a63 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,7 +126,7 @@ jobs: - name: Test uses: nick-fields/retry@v2 with: - max_attempts: 3 + max_attempts: 5 timeout_minutes: 20 shell: bash command: | @@ -248,7 +248,7 @@ jobs: - name: Test uses: nick-fields/retry@v2 with: - max_attempts: 3 + max_attempts: 5 timeout_minutes: 20 shell: bash command: | @@ -382,7 +382,7 @@ jobs: - name: Test uses: nick-fields/retry@v2 with: - max_attempts: 3 + max_attempts: 5 timeout_minutes: 20 shell: powershell command: | @@ -467,7 +467,7 @@ jobs: - name: Test uses: nick-fields/retry@v2 with: - max_attempts: 3 + max_attempts: 5 timeout_minutes: 20 shell: powershell command: | @@ -557,7 +557,7 @@ jobs: - name: Test uses: nick-fields/retry@v2 with: - max_attempts: 3 + max_attempts: 5 timeout_minutes: 20 shell: powershell command: | @@ -640,7 +640,7 @@ jobs: - name: Test uses: nick-fields/retry@v2 with: - max_attempts: 3 + max_attempts: 5 timeout_minutes: 20 shell: bash command: | @@ -726,7 +726,7 @@ jobs: - name: Test uses: nick-fields/retry@v2 with: - max_attempts: 3 + max_attempts: 5 timeout_minutes: 20 shell: bash command: |