Skip to content

Commit

Permalink
test(liveslots): enable ava worker threads (#10874)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mhofman authored Jan 22, 2025
1 parent f5bf658 commit 8a7c1b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/swingset-liveslots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
"require": [
"@endo/init/debug.js"
],
"timeout": "20m",
"workerThreads": false
"timeout": "20m"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 8a7c1b2

Please sign in to comment.