Skip to content

Commit 0747a95

Browse files
authored
Merge pull request Expensify#741 from abzokhattab/abzokhattab/raise-stability-thresholds
NO QA: Raise Reassure stability check thresholds to reduce CI flakiness
2 parents 40a3da8 + 4413a7a commit 0747a95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reassurePerfTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
retry_on: error
3636
command: node .github/actions/javascript/reassureStabilityCheck
3737
env:
38-
ALLOWED_DURATION_DEVIATION: 10
39-
ALLOWED_RELATIVE_DURATION_DEVIATION: 20
38+
ALLOWED_DURATION_DEVIATION: 20
39+
ALLOWED_RELATIVE_DURATION_DEVIATION: 40
4040
IS_VALIDATING_STABILITY: true
4141

4242
- name: Checkout PR head SHA

0 commit comments

Comments
 (0)