Skip to content

Commit

Permalink
[nfc] marking python tests as enormous (#2582)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikea authored Aug 21, 2024
1 parent cfebe20 commit 94c859e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/workerd/server/tests/python/py_wd_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ def py_wd_test(
data = [],
name = None,
args = [],
size = "enormous",
**kwargs):
data += ["pyodide_dev.capnp.bin@rule"]
args += ["--pyodide-bundle-disk-cache-dir", "$(location pyodide_dev.capnp.bin@rule)/.."]
Expand All @@ -14,5 +15,6 @@ def py_wd_test(
data = data,
name = name,
args = args,
size = size,
**kwargs
)

0 comments on commit 94c859e

Please sign in to comment.