Skip to content

Commit 70db8ef

Browse files
author
luigi
committed
fix
1 parent ed31915 commit 70db8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = 10L
22+
val portListnerTimeout = 180L
2323
val projectDir: Path = Paths.get("build/generated-service")
2424

2525
@Test

0 commit comments

Comments
 (0)