Skip to content

Commit 939192e

Browse files
authored
Reduce pytest concurrency to reduce the queuing risk (#2926)
Reduce pytest concurrency from 48 to 36
1 parent a7669b1 commit 939192e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ setenv =
5050
COVERAGE_FILE = {env:COVERAGE_FILE:{toxworkdir}/.coverage.{envname}}
5151
ci: SNOWFLAKE_PYTEST_VERBOSITY = -vvv
5252
# Do not run doctests in parallel so coverage works
53-
# Snowpark uses 48 workers to accelerate testing in merge gate
54-
!doctest: SNOWFLAKE_PYTEST_PARALLELISM = -n 48
53+
# Snowpark uses 36 workers to accelerate testing in merge gate
54+
!doctest: SNOWFLAKE_PYTEST_PARALLELISM = -n 36
5555
# Snowpark uses 4 workers for daily testing since some of its test jobs use weak MacOS instances.
5656
!doctest: SNOWFLAKE_PYTEST_DAILY_PARALLELISM = -n 6
5757
# Set test type, either notset, unit, integ, or both

0 commit comments

Comments
 (0)