From bbe56eae0481869f2ed1a3ca586d47109753f107 Mon Sep 17 00:00:00 2001 From: osakila Date: Wed, 22 Nov 2023 14:49:36 +0900 Subject: [PATCH] Improve delay to callSingleRequestTimeoutTest --- .../com/ricoh360/thetaclient/repository/ThetaRepositoryTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-multiplatform/src/commonTest/kotlin/com/ricoh360/thetaclient/repository/ThetaRepositoryTest.kt b/kotlin-multiplatform/src/commonTest/kotlin/com/ricoh360/thetaclient/repository/ThetaRepositoryTest.kt index b6d2c27886..7808f201db 100644 --- a/kotlin-multiplatform/src/commonTest/kotlin/com/ricoh360/thetaclient/repository/ThetaRepositoryTest.kt +++ b/kotlin-multiplatform/src/commonTest/kotlin/com/ricoh360/thetaclient/repository/ThetaRepositoryTest.kt @@ -798,7 +798,7 @@ class ThetaRepositoryTest { MockApiClient.onRequest = { _ -> counter += 1 runBlocking { - delay(200) + delay(500) } counter -= 1 ByteReadChannel(jsonString)