We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed31915 commit 70db8efCopy full SHA for 70db8ef
tests/codegen/service-codegen-tests/src/test/kotlin/com/test/ServiceEngineFactoryTest.kt
@@ -19,7 +19,7 @@ class ServiceEngineFactoryTest {
19
val gracefulWindow = closeTimeoutMillis + closeGracePeriodMillis
20
val requestBodyLimit: Long = 10L * 1024 * 1024
21
22
- val portListnerTimeout = 10L
+ val portListnerTimeout = 180L
23
val projectDir: Path = Paths.get("build/generated-service")
24
25
@Test
0 commit comments