Skip to content

Commit

Permalink
disable worker threads in agoric-cli integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Apr 26, 2022
1 parent 7c0c683 commit 1f3f23e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/agoric-cli/.ava-integration-test.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default {
files: ['integration-tests/test-workflow.js'],
timeout: '10m',
workerThreads: false,
};

0 comments on commit 1f3f23e

Please sign in to comment.