diff --git a/.github/workflows/web-perf.yml b/.github/workflows/web-perf.yml index a2c5a0a8..ed2e16e0 100644 --- a/.github/workflows/web-perf.yml +++ b/.github/workflows/web-perf.yml @@ -28,8 +28,8 @@ jobs: node-version: [lts/*] include: - node-version: lts/* - initPerformanceThresholdSec: 4.5 - procPerformanceThresholdSec: 0.3 + initPerformanceThresholdSec: 8.5 + procPerformanceThresholdSec: 0.6 steps: - uses: actions/checkout@v3