Skip to content

Commit ede832e

Browse files
authored
Merge branch 'master' into follow-nep-13
2 parents 4843fe1 + 7ce5219 commit ede832e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-mkl-interfaces.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
id: run_tests
109109
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
110110
with:
111-
timeout_minutes: 10
111+
timeout_minutes: 12
112112
max_attempts: ${{ env.RUN_TESTS_MAX_ATTEMPTS }}
113113
retry_on: any
114114
command: |
@@ -216,7 +216,7 @@ jobs:
216216
id: run_tests
217217
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
218218
with:
219-
timeout_minutes: 10
219+
timeout_minutes: 12
220220
max_attempts: ${{ env.RUN_TESTS_MAX_ATTEMPTS }}
221221
retry_on: any
222222
command: |

.github/workflows/cron-run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
id: run_tests_linux
127127
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
128128
with:
129-
timeout_minutes: 10
129+
timeout_minutes: 12
130130
max_attempts: ${{ env.RUN_TESTS_MAX_ATTEMPTS }}
131131
retry_on: any
132132
command: |

0 commit comments

Comments
 (0)