From 9c487b59f323eea4e6e52248a8b888f882943b86 Mon Sep 17 00:00:00 2001 From: Sylvain Duchesne Date: Mon, 10 Aug 2026 17:19:39 +0200 Subject: [PATCH] =?UTF-8?q?refactor:=20le=20r=C3=A9sum=C3=A9=20du=20harnai?= =?UTF-8?q?s=20e2e=20dit=20polyfill,=20pas=20SDK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/polyfill/e2e/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/polyfill/e2e/run.ts b/packages/polyfill/e2e/run.ts index 9405144..7cb3cc0 100644 --- a/packages/polyfill/e2e/run.ts +++ b/packages/polyfill/e2e/run.ts @@ -785,7 +785,7 @@ async function main(): Promise { const failed = results.length - passed; const batchMin = ((Date.now() - batchStart) / 60000).toFixed(1); console.log( - `\n══ SDK e2e summary: ${passed} passed, ${failed} failed, ${results.length} total ` + + `\n══ Polyfill e2e summary: ${passed} passed, ${failed} failed, ${results.length} total ` + `— batch ${batchMin} min, slowest cold sync ${Math.round(coldSyncMs / 1000)}s ══`, ); // A fresh wallet per batch is what should keep the cold sync flat; if it climbs from