Skip to content

Commit

Permalink
[Dataset Quality] Fix Privilege Failing Test (elastic#200890)
Browse files Browse the repository at this point in the history
closes elastic#198865

(cherry picked from commit 8c7724f)
  • Loading branch information
mohamedhamed-ahmed committed Nov 20, 2024
1 parent b7d06a2 commit 94e5502
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 94e5502

Please sign in to comment.