Get stuff building on NixOS proper

This commit is contained in:
2026-01-20 04:17:32 +00:00
parent 9ef4de75cc
commit f90838df73
2 changed files with 23 additions and 16 deletions

View File

@@ -26,6 +26,6 @@ for (const pageUrl of pages) {
await page.evaluate(() => new Promise(requestAnimationFrame));
await expect(page).toHaveScreenshot({ fullPage: true });
await expect(page).toHaveScreenshot({ fullPage: true, timeout: 20_000 });
});
}