Explicitly set timeout to None when following logs
Previously toolforge jobs logs -f would stop after a certain amount of time. This appears to be because a timeout of 10secs is applied by default if no timeout parameter is supplied to toolforge_weld.ToolforgeClient.get_raw_lines
This patch explicitly sets the timeout
parameter when following
logs so that the request does not time out after a short period of
time.