Skip to content

Commit c313ca1

Browse files
author
luigi
committed
fix
1 parent 2cbaa88 commit c313ca1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/codegen/service-codegen-tests/src/test/kotlin/com/test/CborServiceTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class CborServiceTest {
2525
val requestBodyLimit: Long = 10L * 1024 * 1024
2626
val port: Int = ServerSocket(0).use { it.localPort }
2727

28-
val portListnerTimeout = 100L
28+
val portListnerTimeout = 180L
2929

3030
val baseUrl = "http://localhost:$port"
3131

tests/codegen/service-codegen-tests/src/test/kotlin/com/test/JsonServiceTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class JsonServiceTest {
2626
val requestBodyLimit: Long = 10L * 1024 * 1024
2727
val port: Int = ServerSocket(0).use { it.localPort }
2828

29-
val portListnerTimeout = 100L
29+
val portListnerTimeout = 180L
3030

3131
val baseUrl = "http://localhost:$port"
3232

tests/codegen/service-codegen-tests/src/test/kotlin/com/test/ServiceConstraintsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ServiceConstraintsTest {
2626
val requestBodyLimit: Long = 10L * 1024 * 1024
2727
val port: Int = ServerSocket(0).use { it.localPort }
2828

29-
val portListenerTimeout = 100L
29+
val portListenerTimeout = 180L
3030

3131
val baseUrl = "http://localhost:$port"
3232

tests/codegen/service-codegen-tests/src/test/kotlin/com/test/ServiceEngineFactoryTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ServiceEngineFactoryTest {
1919
val gracefulWindow = closeTimeoutMillis + closeGracePeriodMillis
2020
val requestBodyLimit: Long = 10L * 1024 * 1024
2121

22-
val portListnerTimeout = 100L
22+
val portListnerTimeout = 180L
2323
val projectDir: Path = Paths.get("build/service-cbor-test")
2424

2525
@Test

0 commit comments

Comments
 (0)