We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f3d88 commit 745a2d9Copy full SHA for 745a2d9
internal/config/bazel/bazelrc.gotemplate
@@ -3,7 +3,7 @@ build --remote_cache={{ .CacheEndpointURL }}
3
build --remote_executor={{ .RBEEndpointURL }}
4
{{- end }}
5
build --remote_timeout=600s
6
-build --bes_timeout=15s
+build --bes_timeout=2m
7
{{- if .WorkspaceID }}
8
build --remote_header='x-org-id={{ .WorkspaceID }}'
9
build --bes_header='x-org-id={{ .WorkspaceID }}'
0 commit comments