Skip to content

Commit 94c859e

Browse files
authored
[nfc] marking python tests as enormous (#2582)
1 parent cfebe20 commit 94c859e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/workerd/server/tests/python/py_wd_test.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ def py_wd_test(
55
data = [],
66
name = None,
77
args = [],
8+
size = "enormous",
89
**kwargs):
910
data += ["pyodide_dev.capnp.bin@rule"]
1011
args += ["--pyodide-bundle-disk-cache-dir", "$(location pyodide_dev.capnp.bin@rule)/.."]
@@ -14,5 +15,6 @@ def py_wd_test(
1415
data = data,
1516
name = name,
1617
args = args,
18+
size = size,
1719
**kwargs
1820
)

0 commit comments

Comments
 (0)