summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorAyush Ranjan <ayushranjan@google.com>2020-07-17 17:17:56 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-17 17:19:34 -0700
commit40acd22bc81e51db6e13e9db38d9a8264cf56e35 (patch)
tree4f3e8d00670a212e1c63c18271d6aa04573f0cbc /test
parente3c2bd51a1a970991cce71d6994bb053c546e538 (diff)
Runtime tests are enormous
PiperOrigin-RevId: 321885126
Diffstat (limited to 'test')
-rw-r--r--test/runtimes/defs.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtimes/defs.bzl b/test/runtimes/defs.bzl
index 399060fa4..5779b9591 100644
--- a/test/runtimes/defs.bzl
+++ b/test/runtimes/defs.bzl
@@ -65,6 +65,7 @@ def runtime_test(name, **kwargs):
"local",
"manual",
],
+ size = "enormous",
**kwargs
)