Spectest: increase sizes from small to medium (#9500)

This commit is contained in:
terence tsao 2021-08-31 14:28:09 -07:00 committed by GitHub
parent 0ea4e9a71c
commit 6ee0a7e811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ load("@prysm//tools/go:def.bzl", "go_test")
go_test( go_test(
name = "go_default_test", name = "go_default_test",
size = "small", size = "medium",
srcs = ["finality_test.go"], srcs = ["finality_test.go"],
data = glob(["*.yaml"]) + [ data = glob(["*.yaml"]) + [
"@consensus_spec_tests_mainnet//:test_data", "@consensus_spec_tests_mainnet//:test_data",

View File

@ -2,7 +2,7 @@ load("@prysm//tools/go:def.bzl", "go_test")
go_test( go_test(
name = "go_default_test", name = "go_default_test",
size = "small", size = "medium",
srcs = ["random_test.go"], srcs = ["random_test.go"],
data = glob(["*.yaml"]) + [ data = glob(["*.yaml"]) + [
"@consensus_spec_tests_mainnet//:test_data", "@consensus_spec_tests_mainnet//:test_data",

View File

@ -2,7 +2,7 @@ load("@prysm//tools/go:def.bzl", "go_test")
go_test( go_test(
name = "go_default_test", name = "go_default_test",
size = "small", size = "medium",
srcs = [ srcs = [
"blocks_test.go", "blocks_test.go",
"slots_test.go", "slots_test.go",

View File

@ -2,7 +2,7 @@ load("@prysm//tools/go:def.bzl", "go_test")
go_test( go_test(
name = "go_default_test", name = "go_default_test",
size = "small", size = "medium",
srcs = ["finality_test.go"], srcs = ["finality_test.go"],
data = glob(["*.yaml"]) + [ data = glob(["*.yaml"]) + [
"@consensus_spec_tests_mainnet//:test_data", "@consensus_spec_tests_mainnet//:test_data",

View File

@ -2,7 +2,7 @@ load("@prysm//tools/go:def.bzl", "go_test")
go_test( go_test(
name = "go_default_test", name = "go_default_test",
size = "small", size = "medium",
srcs = ["random_test.go"], srcs = ["random_test.go"],
data = glob(["*.yaml"]) + [ data = glob(["*.yaml"]) + [
"@consensus_spec_tests_mainnet//:test_data", "@consensus_spec_tests_mainnet//:test_data",

View File

@ -2,7 +2,7 @@ load("@prysm//tools/go:def.bzl", "go_test")
go_test( go_test(
name = "go_default_test", name = "go_default_test",
size = "small", size = "medium",
srcs = [ srcs = [
"blocks_test.go", "blocks_test.go",
"slots_test.go", "slots_test.go",