Skip to content

Commit

Permalink
reduce gc sensitivity in vat-admin/test-replay.js
Browse files Browse the repository at this point in the history
This test sometimes fails, with similar symptoms to commit
99522ea, and that's not what we're
trying to test here, so I'm going to disable BOYD with a
defaultReapInterval='never' to make it less sensitive.
  • Loading branch information
warner committed Apr 7, 2023
1 parent 32a236e commit edcb932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/SwingSet/test/vat-admin/test-replay.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ test.serial('replay dynamic vat', async t => {
},
},
bootstrap: 'bootstrap',
defaultReapInterval: 'never',
};

const ss1 = initSwingStore();
Expand Down

0 comments on commit edcb932

Please sign in to comment.