Skip to content

Commit f9b3b28

Browse files
Update macos.cfg
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 4843256 commit f9b3b28

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)