Skip to content

Commit 28a4224

Browse files
committed
increase timeout
1 parent d9e8dae commit 28a4224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
env:
244244
DPNP_TEST_ALL_INT_TYPES: 1
245245
with:
246-
timeout_minutes: 20
246+
timeout_minutes: 25
247247
max_attempts: ${{ env.RUN_TESTS_MAX_ATTEMPTS }}
248248
retry_on: any
249249
command: |
@@ -400,7 +400,7 @@ jobs:
400400
env:
401401
DPNP_TEST_ALL_INT_TYPES: 1
402402
with:
403-
timeout_minutes: 30
403+
timeout_minutes: 35
404404
max_attempts: ${{ env.RUN_TESTS_MAX_ATTEMPTS }}
405405
retry_on: any
406406
command: |

0 commit comments

Comments
 (0)