Skip to content

Commit

Permalink
[nfc] Mark crypto_scrypt-test as large
Browse files Browse the repository at this point in the history
This currently times out in debug and asan configurations on CI sometimes.
  • Loading branch information
fhanau committed Aug 26, 2024
1 parent 2e5243d commit 81a51e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/workerd/api/node/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ wd_test(
)

wd_test(
size = "large",
src = "tests/crypto_scrypt-test.wd-test",
args = ["--experimental"],
data = ["tests/crypto_scrypt-test.js"],
Expand Down

0 comments on commit 81a51e0

Please sign in to comment.