From 94044847ee60b6f06abc5002be25dc1e17525308 Mon Sep 17 00:00:00 2001 From: mcilwain Date: Mon, 25 Jun 2018 14:18:40 -0700 Subject: [PATCH] Increase the number of RDAP test shards The RDAP tests (particularly domain search) take the longest out of anything in our test suite, so bump up the shard count to make it go faster. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=202018020 --- javatests/google/registry/rdap/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javatests/google/registry/rdap/BUILD b/javatests/google/registry/rdap/BUILD index cbef7370d..7d13de107 100644 --- a/javatests/google/registry/rdap/BUILD +++ b/javatests/google/registry/rdap/BUILD @@ -40,7 +40,7 @@ java_library( GenTestRules( name = "GeneratedTestRules", medium_tests = ["RdapDomainSearchActionTest"], - shard_count = 4, + shard_count = 6, test_files = glob(["*Test.java"]), deps = [":rdap"], )