Feature/hotfixes
- Change type in step input for old interfaces to (hopefully) fix the workflow
- Increase initial TCP timeout to 10 seconds (It is a tuple of
(connection timeout, read timeout)
where connection timeout is for the TCP handshake and read timeout is the time we wait for a response. The first one will cause the entire thing to probably take 10,4 seconds on average🙃 )