Skip to content

Commit b495397

Browse files
authored
fix: update CI test timeout to accomodate MacOS runners (#750)
1 parent 44b039e commit b495397

File tree

1 file changed

+1
-1
lines changed
  • runtime/protocol/http-client-engines/http-client-engine-okhttp/jvm/test/aws/smithy/kotlin/runtime/http/engine/okhttp

1 file changed

+1
-1
lines changed

runtime/protocol/http-client-engines/http-client-engine-okhttp/jvm/test/aws/smithy/kotlin/runtime/http/engine/okhttp/ByteChannelRequestBodyTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class ByteChannelRequestBodyTest {
120120
delay(100.milliseconds)
121121

122122
job.cancel()
123-
withTimeout(1.seconds) {
123+
withTimeout(2.seconds) { // See https://github.com/awslabs/smithy-kotlin/issues/739
124124
// writeTo() should end up blocked waiting for data that will never come.
125125
// If the job used in the implementation isn't tied to the parent coroutine correctly
126126
// it will block forever

0 commit comments

Comments
 (0)