Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
86621: build: increase timeout of cluster-ui tests r=healthy-pod a=sjbarag The unit tests for pkg/ui/workspaces/cluster-ui previously used the default test size in Bazel ("medium"), which times out after five minutes and assumes peak memory usage of 100MB. Those tests are significantly slower than that and use well over 1GB of RAM though, which led to Bazel killing the `jest` process before testing could complete. Mark the cluster-ui tests as "enormous" (the largest supported size) to increase the test duration to 60 minutes and peak memory usage to 800MB. Release justification: non-production code changes Release note: None Co-authored-by: Sean Barag <barag@cockroachlabs.com>
- Loading branch information