Skip to content

Commit b20c162

Browse files
committed
test(boot): disable AVA worker threads
It's also hitting: Process completed with exit code 129.
1 parent 4a9df58 commit b20c162

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/boot/ava.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,5 @@ export default {
8181
require: ['@endo/init/debug.js'],
8282
timeout: '20m',
8383
sortTestFiles: byExplicitBootOrder,
84+
workerThreads: false,
8485
};

0 commit comments

Comments
 (0)