Skip to content

Commit

Permalink
test(NA): add waitFor on artifact_entries_list ftr test
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 19, 2023
1 parent cc78d15 commit 3db1c03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
) => {
// Check edited artifact is in the list with new values (wait for list to be updated)
let updatedArtifact: ArtifactElasticsearchProperties | undefined;
await retry.waitForWithTimeout('fleet artifact is updated', 120_000, async () => {
await retry.waitForWithTimeout('fleet artifact is updated', 200_000, async () => {
const artifacts = await endpointArtifactsTestResources.getArtifacts();

const manifestArtifact = artifacts.find((artifact) => {
Expand Down

0 comments on commit 3db1c03

Please sign in to comment.