mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:51:57 +00:00
bzl: tune other jest tests (#49898)
Apply the same tactic from https://github.com/sourcegraph/sourcegraph/pull/49897 to other targets. ## Test plan <!-- All pull requests REQUIRE a test plan: https://docs.sourcegraph.com/dev/background-information/testing_principles --> CI. ## App preview: - [Web](https://sg-web-jh-bzl-tune-other-jest-tests.onrender.com/search) Check out the [client app preview documentation](https://docs.sourcegraph.com/dev/how-to/client_pr_previews) to learn more.
This commit is contained in:
parent
da6c749e36
commit
29783bf2aa
3
client/branded/BUILD.bazel
generated
3
client/branded/BUILD.bazel
generated
@ -261,4 +261,7 @@ jest_test(
|
||||
data = [
|
||||
":branded_tests",
|
||||
],
|
||||
patch_node_fs = False,
|
||||
shard_count = 6,
|
||||
tags = ["no-sandbox"],
|
||||
)
|
||||
|
||||
3
client/browser/BUILD.bazel
generated
3
client/browser/BUILD.bazel
generated
@ -297,4 +297,7 @@ jest_test(
|
||||
data = [
|
||||
":browser_tests",
|
||||
],
|
||||
patch_node_fs = False,
|
||||
shard_count = 6,
|
||||
tags = ["no-sandbox"],
|
||||
)
|
||||
|
||||
5
client/shared/BUILD.bazel
generated
5
client/shared/BUILD.bazel
generated
@ -515,9 +515,12 @@ filegroup(
|
||||
jest_test(
|
||||
name = "test",
|
||||
size = "enormous", # make sure bazel reserves enough RAM for this.
|
||||
timeout = "long",
|
||||
timeout = "moderate",
|
||||
data = [
|
||||
":shared_tests",
|
||||
":snapshots",
|
||||
],
|
||||
patch_node_fs = False,
|
||||
shard_count = 6,
|
||||
tags = ["no-sandbox"],
|
||||
)
|
||||
|
||||
3
client/wildcard/BUILD.bazel
generated
3
client/wildcard/BUILD.bazel
generated
@ -549,4 +549,7 @@ jest_test(
|
||||
data = [
|
||||
":wildcard_tests",
|
||||
],
|
||||
patch_node_fs = False,
|
||||
shard_count = 6,
|
||||
tags = ["no-sandbox"],
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user