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 a28d388 commit 4633c14Copy full SHA for 4633c14
distributed-process-tests/tests/runTCP.hs
@@ -25,6 +25,7 @@ main = do
25
hSetBuffering stderr LineBuffering
26
Right (transport, internals) <-
27
createTransportExposeInternals "127.0.0.1" "8080"
28
+ (\sn -> ("127.0.0.1", sn))
29
defaultTCPParameters { transportConnectTimeout = Just 3000000 }
30
ts <- tests TestTransport
31
{ testTransport = transport
0 commit comments