Skip to content

Commit ee9fec5

Browse files
Increase DatadogBackendListenerTest timeout to a avoid the test to intermitently fail
1 parent 66e369c commit ee9fec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jmeter-java-dsl-datadog/src/test/java/us/abstracta/jmeter/javadsl/datadog/DatadogBackendListenerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class DatadogBackendListenerTest {
2323
private static final int TIME_THRESHOLD_SECONDS = 10;
2424

2525
@Test
26-
@Timeout(10)
26+
@Timeout(30)
2727
public void shouldSendMetricsToDatadogWhenDataDogBackendListerInPlan() throws Exception {
2828
Instant start = Instant.now();
2929
testPlan(

0 commit comments

Comments
 (0)