Skip to content

Commit ecbc573

Browse files
authored
ci: set timeout for parallel tests to 20min (#2652)
1 parent 1b05aa2 commit ecbc573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
- name: "Run compatible tests in parallel"
235235
uses: nick-fields/retry@v3
236236
with:
237-
timeout_minutes: 15
237+
timeout_minutes: 20
238238
max_attempts: 2
239239
shell: bash
240240
command: |

0 commit comments

Comments
 (0)