diff --git a/x-pack/test/reporting_functional/reporting_and_timeout/index.ts b/x-pack/test/reporting_functional/reporting_and_timeout/index.ts index 9e06e18072846..38880a1b29757 100644 --- a/x-pack/test/reporting_functional/reporting_and_timeout/index.ts +++ b/x-pack/test/reporting_functional/reporting_and_timeout/index.ts @@ -52,8 +52,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { // allow minor visual differences: https://github.com/elastic/kibana/issues/135309#issuecomment-1169095186 expect(await compareImages.checkIfPngsMatch(pngSessionFilePath, baselineAPng)).to.be.lessThan( - 0.011 - ); + 0.015 + ); // this factor of difference allows passing whether or not the page has loaded things like the loading graphics and titlebars }); }); }