Skip to content

Commit 15bccad

Browse files
authored
fix: upgrade CRT to latest including M1 support and Sigv4a fixes (#652)
1 parent 5cd3ae1 commit 15bccad

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "1fba0d71-4b78-4be7-af2a-e9a47d060d6d",
3+
"type": "bugfix",
4+
"description": "Upgrade aws-crt-kotlin to latest",
5+
"issues": [
6+
"awslabs/aws-sdk-kotlin#473"
7+
]
8+
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ kotlinLoggingVersion=2.1.21
4343
slf4jVersion=1.7.36
4444

4545
# crt
46-
crtKotlinVersion=0.5.4
46+
crtKotlinVersion=0.6.0

runtime/protocol/http-client-engines/http-client-engine-crt/jvm/test/aws/smithy/kotlin/runtime/http/engine/crt/AsyncStressTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class AsyncStressTest : TestWithLocalServer() {
5858
}
5959
}
6060

61-
withTimeout(5.seconds) {
61+
withTimeout(10.seconds) {
6262
repeat(1_000) {
6363
async {
6464
try {

0 commit comments

Comments
 (0)