diff options
author | Ayush Ranjan <ayushranjan@google.com> | 2020-07-17 17:17:56 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-07-17 17:19:34 -0700 |
commit | 40acd22bc81e51db6e13e9db38d9a8264cf56e35 (patch) | |
tree | 4f3e8d00670a212e1c63c18271d6aa04573f0cbc /test | |
parent | e3c2bd51a1a970991cce71d6994bb053c546e538 (diff) |
Runtime tests are enormous
PiperOrigin-RevId: 321885126
Diffstat (limited to 'test')
-rw-r--r-- | test/runtimes/defs.bzl | 1 |
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 ) |