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