Bump RDE test shard count to 4 to help address timeout issues

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=138786071
This commit is contained in:
mcilwain 2016-11-10 11:46:10 -08:00 committed by Ben McIlwain
parent 0634e25822
commit 5a8ef4f0d6
3 changed files with 5 additions and 3 deletions

View file

@ -18,6 +18,7 @@ import static com.google.common.truth.Truth.assertThat;
import google.registry.model.registrar.Registrar;
import google.registry.testing.AppEngineRule;
import google.registry.testing.ShardableTestCase;
import google.registry.xml.XmlTestUtils;
import org.joda.time.DateTime;
import org.joda.time.format.ISODateTimeFormat;
@ -28,7 +29,7 @@ import org.junit.runners.JUnit4;
/** Unit tests for {@link RdeMarshaller}. */
@RunWith(JUnit4.class)
public class RdeMarshallerTest {
public class RdeMarshallerTest extends ShardableTestCase {
private static final String DECLARATION =
"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n";