Skip to content

Commit 869ccb8

Browse files
authored
Increase timeout to allow to complete Windows tests without rerunning (#2748)
The PR updates GitHub action with testing dpnp conda package.
1 parent b910c92 commit 869ccb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
test-env-name: 'test'
2121
rerun-tests-on-failure: 'true'
2222
rerun-tests-max-attempts: 2
23-
rerun-tests-timeout: 40
23+
rerun-tests-timeout: 45
2424

2525
jobs:
2626
build:

0 commit comments

Comments
 (0)