File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
tests/codegen/service-codegen-tests/src/test/kotlin/com/test Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments