Skip to content

Conversation

@matejchalk
Copy link
Collaborator

We have a flaky test that keeps timing out on Windows, e.g. here, here, here. Hopefully, doubling the timeout should help 🤞

@matejchalk matejchalk self-assigned this Aug 22, 2025
@github-actions github-actions bot added the 🔬 testing writing tests label Aug 22, 2025
@matejchalk matejchalk added the 🦾 CI/CD Continuous integration and deployment label Aug 22, 2025
@nx-cloud
Copy link

nx-cloud bot commented Aug 22, 2025

View your CI Pipeline Execution ↗ for commit bcb7035

Command Status Duration Result
nx code-pushup -- compare --verbose --before=/h... ✅ Succeeded 9s View ↗
nx code-pushup -- --verbose --no-progress --per... ✅ Succeeded 7m 28s View ↗
nx code-pushup -- print-config --verbose --outp... ✅ Succeeded 8s View ↗

☁️ Nx Cloud last updated this comment at 2025-08-22 17:04:35 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Aug 22, 2025

Open in StackBlitz

@code-pushup/ci

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/ci@1081

@code-pushup/cli

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/cli@1081

@code-pushup/core

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/core@1081

@code-pushup/create-cli

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/create-cli@1081

@code-pushup/models

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/models@1081

@code-pushup/nx-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/nx-plugin@1081

@code-pushup/coverage-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/coverage-plugin@1081

@code-pushup/eslint-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/eslint-plugin@1081

@code-pushup/jsdocs-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/jsdocs-plugin@1081

@code-pushup/lighthouse-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/lighthouse-plugin@1081

@code-pushup/typescript-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/typescript-plugin@1081

@code-pushup/js-packages-plugin

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/js-packages-plugin@1081

@code-pushup/utils

npm i https://pkg.pr.new/code-pushup/cli/@code-pushup/utils@1081

commit: bcb7035

@github-actions
Copy link
Contributor

Code PushUp

🤨 Code PushUp report has both improvements and regressions – compared current commit 53409e9 with previous commit 5db68e2.

🕵️ See full comparison in Code PushUp portal 🔍

🏷️ Categories

🏷️ Category ⭐ Previous score ⭐ Current score 🔄 Score change
Performance 🔴 34 🔴 36 ↑ +2
Code coverage 🟢 91 🟢 91
Security 🔴 0 🔴 0
Updates 🟡 77 🟡 77
Accessibility 🟢 92 🟢 92
Best Practices 🟢 100 🟢 100
SEO 🟡 61 🟡 61
Type Safety 🟢 100 🟢 100
Bug prevention 🟢 100 🟢 100
Miscellaneous 🟢 100 🟢 100
Code style 🟢 100 🟢 100
Documentation 🔴 23 🔴 23
👍 1 group improved, 👍 3 audits improved, 👎 2 audits regressed, 13 audits changed without impacting score

🗃️ Groups

🔌 Plugin 🗃️ Group ⭐ Previous score ⭐ Current score 🔄 Score change
Lighthouse Performance 🔴 34 🔴 36 ↑ +2

20 other groups are unchanged.

🛡️ Audits

🔌 Plugin 🛡️ Audit 📏 Previous value 📏 Current value 🔄 Value change
Lighthouse Initial server response time was short 🟥 Root document took 630 ms 🟩 Root document took 530 ms ↓ −16.1 %
Lighthouse Total Blocking Time 🟥 2,770 ms 🟥 1,750 ms ↓ −36.8 %
Lighthouse First Contentful Paint 🟥 3.0 s 🟥 3.2 s ↑ +7.3 %
Lighthouse Speed Index 🟥 6.9 s 🟥 6.4 s ↓ −6.1 %
Lighthouse Time to Interactive 🟥 16.9 s 🟥 17.1 s ↑ +1.1 %
Lighthouse Avoids enormous network payloads 🟩 Total size was 2,652 KiB 🟩 Total size was 2,659 KiB ↑ +0.3 %
Lighthouse Minimizes main-thread work 🟥 11.9 s 🟥 10.6 s ↓ −10.6 %
Lighthouse JavaScript execution time 🟥 5.4 s 🟥 4.6 s ↓ −14.3 %
Lighthouse Largest Contentful Paint 🟥 11.1 s 🟥 11.6 s ↑ +3.8 %
Lighthouse Metrics 🟩 100% 🟩 100% ↑ +1.1 %
Lighthouse Server Backend Latencies 🟩 250 ms 🟩 430 ms ↑ +72.8 %
Lighthouse Reduce unused CSS 🟥 Potential savings of 116 KiB 🟥 Potential savings of 116 KiB ↑ +35.6 %
Lighthouse Remove duplicate modules in JavaScript bundles 🟥 Potential savings of 97 KiB 🟥 Potential savings of 82 KiB ↑ +50 %
Lighthouse Uses efficient cache policy on static assets 🟨 30 resources found 🟨 30 resources found ↑ +0.1 %
Lighthouse Max Potential First Input Delay 🟥 920 ms 🟥 1,030 ms ↑ +12 %
Lighthouse Network Round Trip Times 🟩 10 ms 🟩 70 ms ↑ +503 %
Lighthouse Reduce unused JavaScript 🟥 Potential savings of 614 KiB 🟥 Potential savings of 613 KiB ↑ +1.1 %
Lighthouse Cumulative Layout Shift 🟩 0 🟩 0.001 ↑ +∞ %

592 other audits are unchanged.

@matejchalk matejchalk merged commit 97c31f8 into main Aug 22, 2025
18 checks passed
@matejchalk matejchalk deleted the fix-flaky-ci-nx-test branch August 22, 2025 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🦾 CI/CD Continuous integration and deployment 🔬 testing writing tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants