We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7318451 commit cafbf6dCopy full SHA for cafbf6d
1 file changed
packages/datadog-instrumentations/src/playwright.js
@@ -41,7 +41,7 @@ const testSuiteToTestStatuses = new Map()
41
const testSuiteToErrors = new Map()
42
const testsToTestStatuses = new Map()
43
44
-const RUM_FLUSH_WAIT_TIME = Number(getValueFromEnvSources('DD_CIVISIBILITY_RUM_FLUSH_WAIT_MILLIS')) || 1000
+const RUM_FLUSH_WAIT_TIME = Number(getValueFromEnvSources('DD_CIVISIBILITY_RUM_FLUSH_WAIT_MILLIS')) || 500
45
46
let applyRepeatEachIndex = null
47
0 commit comments