We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c70b0c commit c4c1019Copy full SHA for c4c1019
dd-smoke-tests/tracer-flare/src/test/groovy/datadog/smoketest/TracerFlareSmokeTest.groovy
@@ -25,8 +25,9 @@ class TracerFlareSmokeTest extends AbstractSmokeTest {
25
26
27
// Time in seconds after which flare is triggered.
28
- // We delay the profiler start on Oracle JDK 8, so increase the wait time to at least 20s.
29
- private static final int FLARE_TRIGGER_SECONDS = 20
+ // We delay the profiler start on Oracle JDK 8, so increase the wait time to at least 25s. We've seen ≤20 seconds
+ // cause rare test flakes.
30
+ private static final int FLARE_TRIGGER_SECONDS = 25
31
// Number of processes to run in parallel for testing
32
private static final int NUMBER_OF_PROCESSES = 2
33
0 commit comments