Skip to content

Commit 9e58ea8

Browse files
buildscripts: Increase macos.cfg timeout to 1h
We are seeing frequent Kokoro VM timeouts with the 45 minute setting. Even successful builds take 38 mins which is close, so increasing the timeout to 1 hour.
1 parent d89628c commit 9e58ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/kokoro/macos.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Location of the continuous shell script in repository.
44
build_file: "grpc-java/buildscripts/kokoro/macos.sh"
5-
timeout_mins: 45
5+
timeout_mins: 60
66

77
# We always build mvn artifacts.
88
action {

0 commit comments

Comments
 (0)