mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 21:07:18 +00:00
Spectest: increase sizes from small to medium (#9500)
This commit is contained in:
parent
0ea4e9a71c
commit
6ee0a7e811
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user