Skip to content

Commit 1f22349

Browse files
One more try
1 parent 9deb033 commit 1f22349

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
@@ -218,7 +218,7 @@ class StructuredConcurrencyTest extends AgentTestRunner {
218218
}
219219
writer.write("==============================================\n")
220220
}
221-
}, 10000, 60000, TimeUnit.MILLISECONDS)
221+
}, 10001, 60001, TimeUnit.MILLISECONDS)
222222
}
223223

224224
void stop() {

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
@@ -133,7 +133,7 @@ abstract class Lettuce4ClientTestBase extends VersionedNamingTestBase {
133133
}
134134
writer.write("==============================================\n")
135135
}
136-
}, 10000, 60000, TimeUnit.MILLISECONDS)
136+
}, 10001, 60000, TimeUnit.MILLISECONDS)
137137
}
138138

139139
void stop() {

0 commit comments

Comments
 (0)