Skip to content

Commit

Permalink
Merge pull request grpc#21764 from lidizheng/patch-time-out-1.27
Browse files Browse the repository at this point in the history
[v1.27.x Patch] Double the time limit for linux extra artifacts build
  • Loading branch information
lidizheng committed Jan 22, 2020
2 parents aee4270 + cc17d0a commit 5842386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/internal_ci/linux/grpc_build_artifacts_extra.cfg
Expand Up @@ -16,7 +16,7 @@

# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_build_artifacts_extra.sh"
timeout_mins: 240
timeout_mins: 480
action {
define_artifacts {
regex: "**/*sponge_log.*"
Expand Down
Expand Up @@ -16,7 +16,7 @@

# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_build_artifacts_extra.sh"
timeout_mins: 240
timeout_mins: 480
action {
define_artifacts {
regex: "**/*sponge_log.*"
Expand Down

0 comments on commit 5842386

Please sign in to comment.