Skip to content

Commit e084cf7

Browse files
committed
Use stressTestMultiplier in ByteBufferChannelTest timeout
1 parent cafccfa commit e084cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/kotlinx-coroutines-io/src/test/kotlin/kotlinx/coroutines/experimental/io/ByteBufferChannelTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import kotlin.test.fail
2929

3030
class ByteBufferChannelTest : TestBase() {
3131
@get:Rule
32-
val timeout = Timeout(100, TimeUnit.SECONDS)
32+
val timeout = Timeout(100L * stressTestMultiplier, TimeUnit.SECONDS)
3333

3434
@get:Rule
3535
private val failures = ErrorCollector()

0 commit comments

Comments
 (0)