Skip to content

Commit d53e4b7

Browse files
fix: set idle timeout for bazel to 240 seconds (#653)
1 parent 3032717 commit d53e4b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synthtool/gcp/gapic_bazel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def _generate_code(
171171

172172
bazel_run_args = [
173173
"bazel",
174-
"--max_idle_secs=60",
174+
"--max_idle_secs=240",
175175
"build",
176176
bazel_target,
177177
]

0 commit comments

Comments
 (0)