Skip to content

Commit 057d106

Browse files
Attempt to collect thread dump.
1 parent 1e09bdf commit 057d106

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
@@ -39,7 +39,7 @@ class StructuredConcurrencyTest extends AgentTestRunner {
3939
}
4040
writer.write("==============================================\n")
4141
}
42-
}, 7, TimeUnit.MINUTES)
42+
}, 1, TimeUnit.MILLISECONDS)
4343
}
4444

4545
def cleanup() {

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
@@ -91,7 +91,7 @@ abstract class Lettuce4ClientTestBase extends VersionedNamingTestBase {
9191
}
9292
writer.write("==============================================\n")
9393
}
94-
}, 7, TimeUnit.MINUTES)
94+
}, 1, TimeUnit.MILLISECONDS)
9595

9696
redisServer.start()
9797

0 commit comments

Comments
 (0)