From 8a7c1b2d30cea44dae1a5706fdef530b2f6dc28a Mon Sep 17 00:00:00 2001 From: Mathieu Hofman <86499+mhofman@users.noreply.github.com> Date: Wed, 22 Jan 2025 13:00:12 -0800 Subject: [PATCH] test(liveslots): enable ava worker threads (#10874) closes: #9392 refs: #10848 ## Description Enable ava workers for liveslots tests since there are some flakes on those tests as well, and we hope it might reduce them. ### Security Considerations None ### Scaling Considerations None ### Documentation Considerations None ### Testing Considerations Keep an eye on test errors and flake alerts ### Upgrade Considerations None --- packages/swingset-liveslots/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/swingset-liveslots/package.json b/packages/swingset-liveslots/package.json index badc6db6845..9e2d067b2d2 100644 --- a/packages/swingset-liveslots/package.json +++ b/packages/swingset-liveslots/package.json @@ -59,8 +59,7 @@ "require": [ "@endo/init/debug.js" ], - "timeout": "20m", - "workerThreads": false + "timeout": "20m" }, "publishConfig": { "access": "public"