Skip to content

Commit

Permalink
Merge pull request grpc#12467 from jtattermusch/kokoro_tune_job_timeouts
Browse files Browse the repository at this point in the history
More reasonable kokoro jobs timeouts
  • Loading branch information
jtattermusch authored Sep 11, 2017
2 parents 9c87eda + c58f84c commit 4a7e059
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tools/internal_ci/linux/grpc_interop_tocloud.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_interop_tocloud.sh"
# grpc_interop tests can take 6+ hours to complete.
timeout_mins: 480
timeout_mins: 60
action {
define_artifacts {
regex: "**/sponge_log.xml"
Expand Down
2 changes: 1 addition & 1 deletion tools/internal_ci/windows/grpc_basictests.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/windows/grpc_run_tests_matrix.bat"
timeout_mins: 360
timeout_mins: 240
action {
define_artifacts {
regex: "**/*sponge_log.xml"
Expand Down
2 changes: 1 addition & 1 deletion tools/internal_ci/windows/grpc_portability.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/windows/grpc_run_tests_matrix.bat"
timeout_mins: 360
timeout_mins: 240
action {
define_artifacts {
regex: "**/*sponge_log.xml"
Expand Down
2 changes: 1 addition & 1 deletion tools/internal_ci/windows/grpc_portability_build_only.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/windows/grpc_run_tests_matrix.bat"
timeout_mins: 360
timeout_mins: 240
action {
define_artifacts {
regex: "**/*sponge_log.xml"
Expand Down
2 changes: 1 addition & 1 deletion tools/internal_ci/windows/pull_request/grpc_basictests.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/windows/grpc_run_tests_matrix.bat"
timeout_mins: 360
timeout_mins: 240
action {
define_artifacts {
regex: "**/*sponge_log.xml"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/windows/grpc_run_tests_matrix.bat"
timeout_mins: 360
timeout_mins: 240
action {
define_artifacts {
regex: "**/*sponge_log.xml"
Expand Down

0 comments on commit 4a7e059

Please sign in to comment.