Skip to content

Commit f0cd3d4

Browse files
Another attempt 3.
1 parent 7bda4d4 commit f0cd3d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dd-java-agent/instrumentation/java-concurrent/java-concurrent-21/src/previewTest/groovy/StructuredConcurrencyTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class StructuredConcurrencyTest extends AgentTestRunner {
225225
}
226226
writer.write("==============================================\n")
227227
}
228-
}, 10002, 60000, TimeUnit.MILLISECONDS)
228+
}, 10003, 60000, TimeUnit.MILLISECONDS)
229229
}
230230

231231
void heapDump(String kind) {

dd-java-agent/instrumentation/lettuce-4/src/test/groovy/Lettuce4ClientTestBase.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ abstract class Lettuce4ClientTestBase extends VersionedNamingTestBase {
140140
}
141141
writer.write("==============================================\n")
142142
}
143-
}, 10002, 60000, TimeUnit.MILLISECONDS)
143+
}, 10003, 60000, TimeUnit.MILLISECONDS)
144144
}
145145

146146
void heapDump(String kind) {

0 commit comments

Comments
 (0)