Skip to content

Commit

Permalink
[Dataset Quality] Fix Privilege Failing Test (elastic#200890)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedhamed-ahmed authored and CAWilson94 committed Dec 12, 2024
1 parent b442ab6 commit d8beffb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default function ({ getService, getPageObjects }: DatasetQualityFtrProvid
const datasetWithMonitorPrivilege = apacheAccessDatasetHumanName;
const datasetWithoutMonitorPrivilege = 'synth.1';

await retry.tryForTime(5000, async () => {
await retry.tryForTime(10000, async () => {
// "Size" should be available for `apacheAccessDatasetName`
await testSubjects.missingOrFail(
`${PageObjects.datasetQuality.testSubjectSelectors.datasetQualityInsufficientPrivileges}-sizeBytes-${datasetWithMonitorPrivilege}`
Expand Down

0 comments on commit d8beffb

Please sign in to comment.