Skip to content

Commit f5a626f

Browse files
committed
Let's wait a bit longer before bailing out
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent d448df1 commit f5a626f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: install dependencies
6262
uses: nick-fields/retry@v3
6363
with:
64-
timeout_minutes: 5
64+
timeout_minutes: 20
6565
max_attempts: 3
6666
retry_on: error
6767
command: |

0 commit comments

Comments
 (0)