Skip to content

Commit 745a2d9

Browse files
fix: Increase BES timeout to avoid failures
1 parent 16f3d88 commit 745a2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/bazel/bazelrc.gotemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build --remote_cache={{ .CacheEndpointURL }}
33
build --remote_executor={{ .RBEEndpointURL }}
44
{{- end }}
55
build --remote_timeout=600s
6-
build --bes_timeout=15s
6+
build --bes_timeout=2m
77
{{- if .WorkspaceID }}
88
build --remote_header='x-org-id={{ .WorkspaceID }}'
99
build --bes_header='x-org-id={{ .WorkspaceID }}'

0 commit comments

Comments
 (0)