From edcb9326e453779c75642e2443b07cdfb421886f Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 6 Apr 2023 23:28:40 -0700 Subject: [PATCH] reduce gc sensitivity in vat-admin/test-replay.js This test sometimes fails, with similar symptoms to commit 99522ea039868b3ddbd0926c8119ef00af3c9e2c, 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. --- packages/SwingSet/test/vat-admin/test-replay.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SwingSet/test/vat-admin/test-replay.js b/packages/SwingSet/test/vat-admin/test-replay.js index c8c9cf7f3c04..f380bd0a1669 100644 --- a/packages/SwingSet/test/vat-admin/test-replay.js +++ b/packages/SwingSet/test/vat-admin/test-replay.js @@ -28,6 +28,7 @@ test.serial('replay dynamic vat', async t => { }, }, bootstrap: 'bootstrap', + defaultReapInterval: 'never', }; const ss1 = initSwingStore();