Skip to content

Commit b39b6fd

Browse files
authored
build: Update common.cfg (googleapis#12085)
The default timeout for Kokoro jobs is 3 hours. Specifying the timeout will help increase it to 24 hours. 24 should be good for all latest versions for the foreseeable future. We can increase it now, or try to optimize it in the future if we run into the problem again. Fixes googleapis#12084 🦕
1 parent 05047a9 commit b39b6fd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.kokoro/docs/common.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
22

3+
# Build timeout set for 24 hours.
4+
timeout_mins: 1440
5+
36
# Build logs will be here
47
action {
58
define_artifacts {

0 commit comments

Comments
 (0)