File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -183,10 +183,10 @@ data_stream_assert_events() {
183
183
local METRICS_INDEX=" metrics-apm.internal-*"
184
184
local VERSION=${1}
185
185
local ENTRIES=${2}
186
- retry 10 assert_document ${ERRORS_INDEX} " error.id" " 9876543210abcdeffedcba0123456789" ${VERSION} ${ENTRIES}
187
- retry 10 assert_document ${TRACES_INDEX} " span.id" " 1234567890aaaade" ${VERSION} ${ENTRIES}
188
- retry 10 assert_document ${TRACES_INDEX} " transaction.id" " 4340a8e0df1906ecbfa9" ${VERSION} ${ENTRIES}
189
- retry 10 assert_document ${METRICS_INDEX} " transaction.type" " request" ${VERSION} ${ENTRIES}
186
+ retry 6 assert_document ${ERRORS_INDEX} " error.id" " 9876543210abcdeffedcba0123456789" ${VERSION} ${ENTRIES}
187
+ retry 6 assert_document ${TRACES_INDEX} " span.id" " 1234567890aaaade" ${VERSION} ${ENTRIES}
188
+ retry 6 assert_document ${TRACES_INDEX} " transaction.id" " 4340a8e0df1906ecbfa9" ${VERSION} ${ENTRIES}
189
+ retry 6 assert_document ${METRICS_INDEX} " transaction.type" " request" ${VERSION} ${ENTRIES}
190
190
}
191
191
192
192
healthcheck () {
You can’t perform that action at this time.
0 commit comments