Skip to content

Commit 32e5fa7

Browse files
committed
Increase a number of test repeats for norm and fft
1 parent 6393a18 commit 32e5fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe/run_test.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if %errorlevel% neq 0 exit 1
4545
echo "Test only dpnp.tests.test_usm_type::TestFft::test_rfftn"
4646

4747
REM https://cje-fm-owrp-prod04.devtools.intel.com/satg-dap-intelpython/job/intel-packages/job/dpnp/job/dev-windows-py3.11/job/test-wheel-conda-stable/236
48-
"%PYTHON%" -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_usm_type::TestFft::test_rfftn
48+
"%PYTHON%" -m pytest --count 300 -ra -v --pyargs dpnp.tests.test_usm_type::TestFft::test_rfftn
4949
if %errorlevel% neq 0 exit 1
5050

5151
"%PYTHON%" -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_usm_type::TestFft::test_fft
@@ -54,7 +54,7 @@ if %errorlevel% neq 0 exit 1
5454
echo "Test only dpnp.tests.test_usm_type::test_norm"
5555

5656
REM https://cje-fm-owrp-prod04.devtools.intel.com/satg-dap-intelpython/job/intel-packages/job/dpnp/job/dev-windows-py3.12/job/test-stable/137/
57-
"%PYTHON%" -m pytest --count 100 -ra -v --pyargs dpnp.tests.test_usm_type::test_norm
57+
"%PYTHON%" -m pytest --count 300 -ra -v --pyargs dpnp.tests.test_usm_type::test_norm
5858
if %errorlevel% neq 0 exit 1
5959

6060
echo "Test only dpnp.tests.test_usm_type::TestFft::test_fftfreq"

0 commit comments

Comments
 (0)