Skip to content

Commit cafbf6d

Browse files
[test optimization] Align RUM flush wait to 500ms (#7625)
1 parent 7318451 commit cafbf6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/datadog-instrumentations/src/playwright.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const testSuiteToTestStatuses = new Map()
4141
const testSuiteToErrors = new Map()
4242
const testsToTestStatuses = new Map()
4343

44-
const RUM_FLUSH_WAIT_TIME = Number(getValueFromEnvSources('DD_CIVISIBILITY_RUM_FLUSH_WAIT_MILLIS')) || 1000
44+
const RUM_FLUSH_WAIT_TIME = Number(getValueFromEnvSources('DD_CIVISIBILITY_RUM_FLUSH_WAIT_MILLIS')) || 500
4545

4646
let applyRepeatEachIndex = null
4747

0 commit comments

Comments
 (0)