Skip to content

Commit 1bea4bf

Browse files
author
Vahid Tavanashad
committed
increase timeout time
1 parent 701ce34 commit 1bea4bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
id: run_tests_linux
183183
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
184184
with:
185-
timeout_minutes: 10
185+
timeout_minutes: 15
186186
max_attempts: ${{ env.RUN_TESTS_MAX_ATTEMPTS }}
187187
retry_on: any
188188
command: |

dpnp/tests/test_strides.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ def test_reduce_hypot(dtype):
211211
@pytest.mark.parametrize(
212212
"dtype",
213213
get_all_dtypes(
214+
no_none=True,
214215
no_bool=True,
215216
no_complex=True,
216217
no_unsigned=True,

0 commit comments

Comments
 (0)