Skip to content

Commit bde20e9

Browse files
author
luigi
committed
fix
1 parent 6a8c58c commit bde20e9

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
@@ -26,7 +26,7 @@ class ServiceEngineFactoryTest {
2626
fun `checks service with netty engine`() {
2727
val nettyPort: Int = ServerSocket(0).use { it.localPort }
2828
val nettyProc = startService("netty", nettyPort, closeGracePeriodMillis, closeTimeoutMillis, requestBodyLimit, projectDir)
29-
val ready = waitForPort(nettyPort, portListnerTimeout, proc)
29+
val ready = waitForPort(nettyPort, portListnerTimeout)
3030
assertTrue(ready, "Service did not start within $portListnerTimeout s")
3131
cleanupService(nettyProc, gracefulWindow)
3232
}

0 commit comments

Comments
 (0)