Skip to content

Commit

Permalink
fix: set idle timeout for bazel to 240 seconds (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Jul 7, 2020
1 parent 3032717 commit d53e4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/gapic_bazel.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def _generate_code(

bazel_run_args = [
"bazel",
"--max_idle_secs=60",
"--max_idle_secs=240",
"build",
bazel_target,
]
Expand Down

0 comments on commit d53e4b7

Please sign in to comment.