-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
smithy-lang/smithy-kotlin
#624Labels
bugThis issue is a bug.This issue is a bug.
Description
Describe the issue
I am hitting a timeout error when performing a put request.
I would like to tweak the timeout duration to be much more than 20 seconds.
Steps to Reproduce
- Make a put request last more than 20 seconds.
Current behavior
The app crashes
ERROR aws.smithy.kotlin.runtime.http.engine.ktor.KtorEngine - throwing
java.util.concurrent.CancellationException: Timed out waiting for 20000 ms
at aws.smithy.kotlin.runtime.http.engine.CoroutineUtilsKt$attachToOuterJob$cleanupHandler$1.invoke(CoroutineUtils.kt:39)
at aws.smithy.kotlin.runtime.http.engine.CoroutineUtilsKt$attachToOuterJob$cleanupHandler$1.invoke(CoroutineUtils.kt:37)
at kotlinx.coroutines.InvokeOnCancelling.invoke(JobSupport.kt:1457)
AWS Kotlin SDK version used
0.14.0-beta
Platform (JVM/JS/Native)
JVM
Operating System and version
Ubuntu 20.04.3 LTS
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug.This issue is a bug.