We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b7d6a commit 75816a1Copy full SHA for 75816a1
1 file changed
appsec/tests/integration/src/test/groovy/com/datadog/appsec/php/integration/TelemetryTests.groovy
@@ -281,7 +281,7 @@ class TelemetryTests {
281
]
282
])
283
284
- def messages = waitForTelemetryLogs(30) { List<TelemetryHelpers.Logs> logs ->
+ def messages = waitForTelemetryLogs(50) { List<TelemetryHelpers.Logs> logs ->
285
logs.any { it.logs.any { it.tags.contains('log_type:rc::') && it.level == 'ERROR' } }
286
}.collectMany { it.logs }
287
0 commit comments