in src/main/java/org/apache/sling/testing/teleporter/client/ClientSideTeleporter.java [151:153]
public int getHttpTimeoutSeconds() { return httpTimeoutSeconds == Integer.MIN_VALUE ? testReadyTimeoutSeconds : httpTimeoutSeconds; }