From d213bb65c84acd44d5aad1bdd0f14c44648152f9 Mon Sep 17 00:00:00 2001 From: HDegroote <75906619+HDegroote@users.noreply.github.com> Date: Wed, 26 Feb 2025 15:25:33 +0100 Subject: [PATCH] Try with more attempts --- test/replicate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/replicate.js b/test/replicate.js index 31f832c9..f255252c 100644 --- a/test/replicate.js +++ b/test/replicate.js @@ -1419,7 +1419,7 @@ test('manifests gossip eagerly sync', async function (t) { }) }) -for (let i = 0; i < 1000; i++) { +for (let i = 0; i < 10000; i++) { test.solo('remote has larger tree', async function (t) { const a = await create(t) const b = await create(t, a.key)