Skip to content

Commit 1edddbe

Browse files
committed
increase timeout for windows
1 parent 2d41e15 commit 1edddbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ jobs:
355355
id: run_tests_win
356356
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
357357
with:
358-
timeout_minutes: 15
358+
timeout_minutes: 17
359359
max_attempts: ${{ env.RUN_TESTS_MAX_ATTEMPTS }}
360360
retry_on: any
361361
command: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
id: run_tests_win
144144
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
145145
with:
146-
timeout_minutes: 15
146+
timeout_minutes: 17
147147
max_attempts: ${{ env.RUN_TESTS_MAX_ATTEMPTS }}
148148
retry_on: any
149149
command: |

0 commit comments

Comments
 (0)