Fix the timeout error (#179)

This commit is contained in:
Iskandar Kurbonov 2024-03-25 15:19:13 +05:00 committed by GitHub
parent 286e964d8e
commit d9f308fdcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@ jobs:
uses: nick-fields/retry@v3
with:
max_attempts: 2
timeout_minutes: 40
timeout_minutes: 80
retry_on: error
command: |
set -eux
@ -115,7 +115,7 @@ jobs:
uses: nick-fields/retry@v3
with:
max_attempts: 2
timeout_minutes: 40
timeout_minutes: 80
retry_on: error
command: |
set -eux