diff --git a/.github/workflows/reassurePerfTests.yml b/.github/workflows/reassurePerfTests.yml index 70262a9a6..f8a8d0f2e 100644 --- a/.github/workflows/reassurePerfTests.yml +++ b/.github/workflows/reassurePerfTests.yml @@ -35,8 +35,8 @@ jobs: retry_on: error command: node .github/actions/javascript/reassureStabilityCheck env: - ALLOWED_DURATION_DEVIATION: 10 - ALLOWED_RELATIVE_DURATION_DEVIATION: 20 + ALLOWED_DURATION_DEVIATION: 20 + ALLOWED_RELATIVE_DURATION_DEVIATION: 40 IS_VALIDATING_STABILITY: true - name: Checkout PR head SHA