[Security Solution] fix flaky api integ tests (#131939)

This commit is contained in:
Joey F. Poon 2022-05-11 11:10:43 -05:00 committed by GitHub
parent 34e51a6807
commit ca0f874c2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@ export function bulkIndex(
return client.bulk({
index,
refresh: true,
refresh: 'wait_for',
body,
});
}