Skip to content

Commit c4c1019

Browse files
author
Matt
authored
What's another 5 seconds? (#9469)
1 parent 9c70b0c commit c4c1019

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dd-smoke-tests/tracer-flare/src/test/groovy/datadog/smoketest/TracerFlareSmokeTest.groovy

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ class TracerFlareSmokeTest extends AbstractSmokeTest {
2525

2626

2727
// 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
28+
// We delay the profiler start on Oracle JDK 8, so increase the wait time to at least 25s. We've seen ≤20 seconds
29+
// cause rare test flakes.
30+
private static final int FLARE_TRIGGER_SECONDS = 25
3031
// Number of processes to run in parallel for testing
3132
private static final int NUMBER_OF_PROCESSES = 2
3233

0 commit comments

Comments
 (0)