diff --git a/tests/e2e/specs/FOUR6788_ScreenPerformanceTests.spec.js b/tests/e2e/specs/FOUR6788_ScreenPerformanceTests.spec.js index 58f71d7a8..1c3b14a95 100644 --- a/tests/e2e/specs/FOUR6788_ScreenPerformanceTests.spec.js +++ b/tests/e2e/specs/FOUR6788_ScreenPerformanceTests.spec.js @@ -1,6 +1,6 @@ describe("FOUR-6788 screen performance", () => { // @todo Improve the boot-time of the stand alone app (general and within cypress) - const avgBootTime = 16000; + const avgBootTime = 22000; const minimumPerformanceScore = 12; const accessibility = 50;