Skip to content

Commit

Permalink
Increase navigator backend test resources (digital-asset#16768)
Browse files Browse the repository at this point in the history
* Increase navigator backend test resources

* tag -> tags
  • Loading branch information
samuel-williams-da authored Apr 27, 2023
1 parent f07f9c7 commit 355efc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion navigator/backend/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ java_library(

da_scala_test_suite(
name = "navigator-scala-tests",
size = "small",
size = "large",
srcs = glob([
"src/test/**/*Spec.scala",
"src/test/**/*Test.scala",
Expand Down Expand Up @@ -179,6 +179,7 @@ da_scala_test_suite(
"@maven//:org_scalaz_scalaz_core",
],
scalacopts = navigator_scalacopts,
tags = ["cpu:4"],
deps = [
":navigator-library",
":navigator-tests-library",
Expand Down

0 comments on commit 355efc3

Please sign in to comment.