Skip to content

Commit

Permalink
[Security Solution] fix flaky api integ tests (#131939)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeypoon committed May 11, 2022
1 parent 34e51a6 commit ca0f874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export function bulkIndex(

return client.bulk({
index,
refresh: true,
refresh: 'wait_for',
body,
});
}

0 comments on commit ca0f874

Please sign in to comment.