Skip to content

Commit

Permalink
[Dataset quality] Increased wait for fetching size stats (elastic#194709
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrdyn authored Oct 4, 2024
1 parent 3d90133 commit d1a1d06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function ({ getService }: DatasetQualityFtrContextProvider) {

it('returns "sizeBytes" correctly', async () => {
// Metering stats api is cached and refreshed every 30 seconds
await retry.waitForWithTimeout('Metering stats cache is refreshed', 31000, async () => {
await retry.waitForWithTimeout('Metering stats cache is refreshed', 45000, async () => {
const detailsResponse = await callApi(
`${type}-${dataset}-${namespace}`,
roleAuthc,
Expand Down

0 comments on commit d1a1d06

Please sign in to comment.