You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runtime/protocol/http-client-engines/http-client-engine-okhttp/jvm/test/aws/smithy/kotlin/runtime/http/engine/okhttp/ByteChannelRequestBodyTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ class ByteChannelRequestBodyTest {
120
120
delay(100.milliseconds)
121
121
122
122
job.cancel()
123
-
withTimeout(1.seconds) {
123
+
withTimeout(2.seconds) {// See https://github.com/awslabs/smithy-kotlin/issues/739
124
124
// writeTo() should end up blocked waiting for data that will never come.
125
125
// If the job used in the implementation isn't tied to the parent coroutine correctly
0 commit comments