Skip to content

Commit 10f7474

Browse files
authored
Increase capture timeout for smoke tests (#10543)
Increase capture timeout for smoke tests 1s -> 30s Co-authored-by: jean-philippe.bempel <jean-philippe.bempel@datadoghq.com>
1 parent fdfd27f commit 10f7474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dd-smoke-tests/debugger-integration-tests/src/test/java/datadog/smoketest/BaseIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ protected List<String> getDebuggerCommandParams() {
174174
// flush uploads every 100ms to have quick tests
175175
"-Ddd.dynamic.instrumentation.upload.flush.interval=100",
176176
// increase timeout for serialization
177-
"-Ddd.dynamic.instrumentation.capture.timeout=1000"));
177+
"-Ddd.dynamic.instrumentation.capture.timeout=30000"));
178178
}
179179

180180
protected enum RequestType {

0 commit comments

Comments
 (0)