Skip to content

Commit

Permalink
chore: Increase parallelism of system tests
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 558396817
  • Loading branch information
sasha-gitg authored and copybara-github committed Aug 19, 2023
1 parent 0359f1d commit 76b95b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/continuous/system.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env_vars: {
# Run system tests in parallel, splitting up by file
env_vars: {
key: "PYTEST_ADDOPTS"
value: "-n=auto --dist=loadscope"
value: "-n=16 --dist=loadscope"
}

# Kokoro VM timeout of 12 hours for system tests
Expand Down

0 comments on commit 76b95b9

Please sign in to comment.