Skip to content

Commit d2f4750

Browse files
committed
ci: increase Bazel experimental_ui_max_stdouterr_bytes when using e2e config
In some cases, the default `experimental_ui_max_stdouterr_bytes` setting which is `1048576` is not enough to display the errors when E2E fail. Ex: https://github.com/angular/angular-cli/actions/runs/6121038878/job/16614042144. This commit doubles the `experimental_ui_max_stdouterr_bytes` value to `2097152`.
1 parent 400cd76 commit d2f4750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ build:snapshot --//:enable_snapshot_repo_deps
9292

9393
build:e2e --workspace_status_command="yarn -s ng-dev release build-env-stamp --mode=release"
9494
build:e2e --stamp
95-
test:e2e --test_timeout=3600
95+
test:e2e --test_timeout=3600 --experimental_ui_max_stdouterr_bytes=2097152
9696

9797
build:local --//:enable_package_json_tar_deps
9898

0 commit comments

Comments
 (0)