Skip to content

Commit 91a8ed4

Browse files
author
Takashi Matsuo
committed
10 workers
1 parent e10b0b7 commit 91a8ed4

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

.kokoro/python2.7/common.cfg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ env_vars: {
5050
value: "python-docs-samples-tests"
5151
}
5252

53-
# Number of test workers.
54-
env_vars: {
55-
key: "NUM_TEST_WORKERS"
56-
value: "1"
57-
}
58-
5953
env_vars: {
6054
key: "TRAMPOLINE_DOCKERFILE"
6155
value: ".kokoro/docker/Dockerfile"

.kokoro/python3.6/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ env_vars: {
5454
# Number of test workers.
5555
env_vars: {
5656
key: "NUM_TEST_WORKERS"
57-
value: "20"
57+
value: "10"
5858
}
5959

6060
env_vars: {

.kokoro/python3.7/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ env_vars: {
5454
# Number of test workers.
5555
env_vars: {
5656
key: "NUM_TEST_WORKERS"
57-
value: "20"
57+
value: "10"
5858
}
5959

6060
env_vars: {

.kokoro/python3.8/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ env_vars: {
5454
# Number of test workers.
5555
env_vars: {
5656
key: "NUM_TEST_WORKERS"
57-
value: "20"
57+
value: "10"
5858
}
5959

6060
env_vars: {

0 commit comments

Comments
 (0)